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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 65 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE;
661 case CF_ACTION_ENABLE:
671 return (action == CF_ACTION_ENABLE) || (action == CF_ACTION_REGISTRATION);
707 case CF_ACTION_ENABLE: return ImsUtInterface.ACTION_ACTIVATION;
    [all...]
ImsPhoneMmiCode.java 727 cfAction = CommandsInterface.CF_ACTION_ENABLE;
748 ((cfAction == CommandsInterface.CF_ACTION_ENABLE) ||
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 47 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE;
    [all...]
GsmMmiCode.java 833 cfAction = CommandsInterface.CF_ACTION_ENABLE;
856 ((cfAction == CommandsInterface.CF_ACTION_ENABLE) ||
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 57 static final int CF_ACTION_ENABLE = 1;
    [all...]

Completed in 71 milliseconds