HomeSort by relevance Sort by last modified time
    Searched refs:CLIR_DEFAULT (Results 1 - 5 of 5) 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/gsm/
GsmCallTracker.java 247 return dial(dialString, CommandsInterface.CLIR_DEFAULT, null);
252 return dial(dialString, CommandsInterface.CLIR_DEFAULT, uusInfo);
    [all...]
GsmMmiCode.java 599 return CommandsInterface.CLIR_DEFAULT;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 47 static final int CLIR_DEFAULT = 0; // "use subscription default value"
765 * CLIR_DEFAULT == on "use subscription default value"
778 * CLIR_DEFAULT == on "use subscription default value"
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 254 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
    [all...]

Completed in 100 milliseconds