HomeSort by relevance Sort by last modified time
    Searched defs:isPause (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 85 bool isPause;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 85 bool isPause;
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h 85 bool isPause;
  /external/smack/src/com/kenai/jbosh/
BOSHClient.java 727 private static boolean isPause(final AbstractBody msg) {
793 && (isTermination(msg) || isPause(msg))) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 817 private static boolean isPause(char c) {
841 if (!isWait(cNext) && !isPause(cNext)) {
850 ((wMatched == false) && isPause(phoneNumber.charAt(currIndex)))) {
865 ret = (isPause(c)) ? PhoneNumberUtils.PAUSE : PhoneNumberUtils.WAIT;
907 if (isPause(c) || isWait(c)) {
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 128 isPause (char c){
336 if (isPause(c)) {
    [all...]

Completed in 428 milliseconds