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

  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailProviderSettings.java 36 CommandsInterface.CF_REASON_UNCONDITIONAL,
59 fi.status = (fi.reason == CommandsInterface.CF_REASON_UNCONDITIONAL) ? 0 : 1;
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsCallForwardOptions.java 159 case CommandsInterface.CF_REASON_UNCONDITIONAL:
CallForwardEditPreference.java 56 CommandsInterface.CF_REASON_UNCONDITIONAL);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 73 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL;
646 case CF_REASON_UNCONDITIONAL:
676 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL;
691 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL;
759 (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL ? true : false),
    [all...]
ImsPhoneMmiCode.java 338 return CommandsInterface.CF_REASON_UNCONDITIONAL;
744 ((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) ||
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 426 return CommandsInterface.CF_REASON_UNCONDITIONAL;
850 (((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) ||
    [all...]
GSMPhone.java 55 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 62 static final int CF_REASON_UNCONDITIONAL = 0;
    [all...]

Completed in 391 milliseconds