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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 40 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE;
947 case CF_ACTION_ENABLE:
957 return (action == CF_ACTION_ENABLE) || (action == CF_ACTION_REGISTRATION);
    [all...]
GsmMmiCode.java 686 cfAction = CommandsInterface.CF_ACTION_ENABLE;
709 ((cfAction == CommandsInterface.CF_ACTION_ENABLE) ||
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 54 static final int CF_ACTION_ENABLE = 1;
    [all...]

Completed in 2152 milliseconds