HomeSort by relevance Sort by last modified time
    Searched full:clir (Results 1 - 14 of 14) sorted by null

  /packages/apps/Phone/src/com/android/phone/
CLIRListPreference.java 18 * {@link ListPreference} for CLIR (Calling Line Identification Restriction).
76 case 1: // CLIR invoked
79 case 2: // CLIR suppressed
148 Log.d(LOG_TAG, "handleGetCLIRResponse: CLIR successfully queried,"
MobileNetworkSettings.java 303 * changes specifically on CLIR.
PhoneUtils.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 571 * In temporary mode, to suppress CLIR for a single call, enter:
573 * In temporary mode, to invoke CLIR for a single call enter:
652 Rlog.d(LOG_TAG, "is CLIR");
    [all...]
GSMPhone.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 496 * CLIR_SUPPRESSION == on "CLIR suppression" (allow CLI presentation)
497 * CLIR_INVOCATION == on "CLIR invocation" (restrict CLI presentation)
514 * CLIR_SUPPRESSION == on "CLIR suppression" (allow CLI presentation)
515 * CLIR_INVOCATION == on "CLIR invocation" (restrict CLI presentation)
    [all...]
ModelInterpreter.java 680 {"+CLIR?", "+CLIR: 1,3\r"},
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 452 * Registers the handler for CDMA T53 CLIR information record
729 * CLIR_SUPPRESSION == on "CLIR suppression" (allow CLI presentation)
730 * CLIR_INVOCATION == on "CLIR invocation" (restrict CLI presentation)
742 * CLIR_SUPPRESSION == on "CLIR suppression" (allow CLI presentation)
743 * CLIR_INVOCATION == on "CLIR invocation" (restrict CLI presentation)
    [all...]
Phone.java     [all...]
PhoneBase.java 118 // Key used to read/write current CLIR setting
    [all...]
  /hardware/ril/include/telephony/
ril.h 261 int clir; member in struct:__anon20998
262 /* (same as 'n' paremeter in TS 27.007 7.7 "+CLIR"
263 * clir == 0 on "use subscription default value"
264 * clir == 1 on "CLIR invocation" (restrict CLI presentation)
265 * clir == 2 on "CLIR suppression" (allow CLI presentation)
933 RIL_CDMA_T53_CLIRInfoRecord clir; member in union:__anon21051::__anon21052
    [all...]
  /hardware/ril/libril/
ril.cpp 598 * int32_t clir
614 dial.clir = (int)t;
663 appendPrintBuf("%snum=%s,clir=%d", printBuf, dial.address, dial.clir);
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 760 const char *clir; local
765 switch (p_dial->clir) {
766 case 1: clir = "I"; break; /*invocation*/
767 case 2: clir = "i"; break; /*suppression*/
769 case 0: clir = ""; break; /*subscription default*/
772 asprintf(&cmd, "ATD%s%s;", p_dial->address, clir);
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 65 * Calling Line Identification Restriction (CLIR)
224 // Allow '+' as first character or after CLIR MMI prefix
    [all...]

Completed in 183 milliseconds