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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 68 import static com.android.internal.telephony.CommandsInterface.CF_REASON_ALL;
650 case CF_REASON_ALL:
680 case CF_REASON_ALL: return ImsUtInterface.CDIV_CF_ALL;
695 case ImsUtInterface.CDIV_CF_ALL: return CF_REASON_ALL;
    [all...]
ImsPhoneMmiCode.java 336 return CommandsInterface.CF_REASON_ALL;
745 (reason == CommandsInterface.CF_REASON_ALL)) ? 1 : 0;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 424 return CommandsInterface.CF_REASON_ALL;
851 (reason == CommandsInterface.CF_REASON_ALL)) &&
    [all...]
GSMPhone.java 50 import static com.android.internal.telephony.CommandsInterface.CF_REASON_ALL;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 66 static final int CF_REASON_ALL = 4;
    [all...]

Completed in 63 milliseconds