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

  /packages/apps/Phone/src/com/android/phone/
CLIRListPreference.java 65 int value = CommandsInterface.CLIR_DEFAULT;
79 value = CommandsInterface.CLIR_DEFAULT;
86 value = CommandsInterface.CLIR_DEFAULT;
100 case CommandsInterface.CLIR_DEFAULT:
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 228 return dial(dialString, CommandsInterface.CLIR_DEFAULT, null);
233 return dial(dialString, CommandsInterface.CLIR_DEFAULT, uusInfo);
GsmMmiCode.java 581 return CommandsInterface.CLIR_DEFAULT;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java 103 static final int CLIR_DEFAULT = 0; // "use subscription default value"
816 * CLIR_DEFAULT == on "use subscription default value"
829 * CLIR_DEFAULT == on "use subscription default value"
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 251 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
    [all...]

Completed in 94 milliseconds