Home
last modified time | relevance | path

Searched refs:CF_ACTION_DISABLE (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaMmiCode.java19 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_DISABLE;
398 } else if (action == CF_ACTION_DISABLE) { in getCallForwardingPrefixAndNumber()
406 } else if (action == CF_ACTION_DISABLE) { in getCallForwardingPrefixAndNumber()
414 } else if (action == CF_ACTION_DISABLE) { in getCallForwardingPrefixAndNumber()
422 } else if (action == CF_ACTION_DISABLE) { in getCallForwardingPrefixAndNumber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java41 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_DISABLE;
1134 case CF_ACTION_DISABLE: in isValidCommandInterfaceCFAction()
1183 case CF_ACTION_DISABLE: return ImsUtInterface.ACTION_DEACTIVATION; in getActionFromCFAction()
1430 action = CommandsInterface.CF_ACTION_DISABLE; in setCallBarring()
DImsPhoneMmiCode.java872 return CommandsInterface.CF_ACTION_DISABLE; in callBarAction()
931 cfAction = CommandsInterface.CF_ACTION_DISABLE; in processCode()
1090 callAction = CommandsInterface.CF_ACTION_DISABLE; in processCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java554 case CommandsInterface.CF_ACTION_DISABLE: in cfActionToRequestType()
1124 cfAction = CommandsInterface.CF_ACTION_DISABLE; in processCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java75 static final int CF_ACTION_DISABLE = 0; field
DGsmCdmaPhone.java23 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_DISABLE;
2409 case CF_ACTION_DISABLE: in isValidCommandInterfaceCFAction()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java612 eq(CommandsInterface.CF_ACTION_DISABLE), messageArgumentCaptor.capture(), in testCellBarring()