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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 41 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE;
910 case CF_ACTION_ENABLE:
920 return (action == CF_ACTION_ENABLE) || (action == CF_ACTION_REGISTRATION);
    [all...]
GsmMmiCode.java 665 cfAction = CommandsInterface.CF_ACTION_ENABLE;
683 ((cfAction == CommandsInterface.CF_ACTION_ENABLE) ||
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java 110 static final int CF_ACTION_ENABLE = 1;
    [all...]

Completed in 17 milliseconds