HomeSort by relevance Sort by last modified time
    Searched refs:CLIR_DEFAULT (Results 1 - 7 of 7) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CLIRListPreference.java 70 int value = CommandsInterface.CLIR_DEFAULT;
84 value = CommandsInterface.CLIR_DEFAULT;
91 value = CommandsInterface.CLIR_DEFAULT;
105 case CommandsInterface.CLIR_DEFAULT:
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java 160 private static final int CLIR_DEFAULT = 0;
631 return CommandsInterface.CLIR_DEFAULT;
    [all...]
ImsPhoneCallTracker.java 156 private int mClirMode = CommandsInterface.CLIR_DEFAULT;
280 int oirMode = sp.getInt(PhoneBase.CLIR_KEY, CommandsInterface.CLIR_DEFAULT);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 249 return dial(dialString, CommandsInterface.CLIR_DEFAULT, null);
254 return dial(dialString, CommandsInterface.CLIR_DEFAULT, uusInfo, intentExtras);
    [all...]
GsmMmiCode.java 739 return CommandsInterface.CLIR_DEFAULT;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 50 static final int CLIR_DEFAULT = 0; // "use subscription default value"
815 * CLIR_DEFAULT == on "use subscription default value"
828 * CLIR_DEFAULT == on "use subscription default value"
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 267 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
    [all...]

Completed in 61 milliseconds