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 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 237 return dial(dialString, CommandsInterface.CLIR_DEFAULT, null);
242 return dial(dialString, CommandsInterface.CLIR_DEFAULT, uusInfo);
    [all...]
GsmMmiCode.java 596 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"
728 * CLIR_DEFAULT == on "use subscription default value"
741 * CLIR_DEFAULT == on "use subscription default value"
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 244 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
    [all...]

Completed in 58 milliseconds