Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java32 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE;
1043 case CF_ACTION_ENABLE: in isValidCommandInterfaceCFAction()
1054 return (action == CF_ACTION_ENABLE) || (action == CF_ACTION_REGISTRATION); in isCfEnable()
1092 case CF_ACTION_ENABLE: return ImsUtInterface.ACTION_ACTIVATION; in getActionFromCFAction()
1335 action = CommandsInterface.CF_ACTION_ENABLE; in setCallBarring()
DImsPhoneMmiCode.java843 return CommandsInterface.CF_ACTION_ENABLE; in callBarAction()
891 cfAction = CommandsInterface.CF_ACTION_ENABLE; in processCode()
912 ((cfAction == CommandsInterface.CF_ACTION_ENABLE) || in processCode()
1055 callAction = CommandsInterface.CF_ACTION_ENABLE; in processCode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java19 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE;
504 mImsPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, "1234", 0, in testCallForwardingOption()
566 eq(CommandsInterface.CF_ACTION_ENABLE), messageArgumentCaptor.capture(), in testCellBarring()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java19 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE;
807 mPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, cfNumber, 0, in testSetCallForwardingOption()
809 verify(mSimulatedCommandsVerifier).setCallForward(eq(CF_ACTION_ENABLE), in testSetCallForwardingOption()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java960 cfAction = CommandsInterface.CF_ACTION_ENABLE; in processCode()
977 ((cfAction == CommandsInterface.CF_ACTION_ENABLE) || in processCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java60 static final int CF_ACTION_ENABLE = 1; field
DGsmCdmaPhone.java22 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE;
2058 case CF_ACTION_ENABLE: in isValidCommandInterfaceCFAction()
2069 return (action == CF_ACTION_ENABLE) || (action == CF_ACTION_REGISTRATION); in isCfEnable()