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

  /packages/apps/Phone/src/com/android/phone/
CallForwardEditPreference.java 70 CommandsInterface.CF_ACTION_DISABLE,
102 CommandsInterface.CF_ACTION_DISABLE;
222 msg.arg1 == CommandsInterface.CF_ACTION_DISABLE &&
CallFeaturesSetting.java 692 CommandsInterface.CF_ACTION_DISABLE),
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java 52 static final int CF_ACTION_DISABLE = 0;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 40 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_DISABLE;
901 case CF_ACTION_DISABLE:
    [all...]
GsmMmiCode.java 667 cfAction = CommandsInterface.CF_ACTION_DISABLE;
    [all...]

Completed in 23 milliseconds