Searched refs:CF_ACTION_ENABLE (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 54 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE; 456 mImsPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, "1234", 0, in testCallForwardingOption() 492 eq(CommandsInterface.CF_ACTION_ENABLE), messageArgumentCaptor.capture(), in testCellBarring()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 50 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE; 492 mPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, cfNumber, 0, in testSetCallForwardingOption() 494 verify(mSimulatedCommandsVerifier).setCallForward(eq(CF_ACTION_ENABLE), in testSetCallForwardingOption()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 68 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE; 642 case CF_ACTION_ENABLE: in isValidCommandInterfaceCFAction() 652 return (action == CF_ACTION_ENABLE) || (action == CF_ACTION_REGISTRATION); in isCfEnable() 688 case CF_ACTION_ENABLE: return ImsUtInterface.ACTION_ACTIVATION; in getActionFromCFAction() 867 action = CommandsInterface.CF_ACTION_ENABLE; in setCallBarring()
|
D | ImsPhoneMmiCode.java | 726 return CommandsInterface.CF_ACTION_ENABLE; in callBarAction() 773 cfAction = CommandsInterface.CF_ACTION_ENABLE; in processCode() 794 ((cfAction == CommandsInterface.CF_ACTION_ENABLE) || in processCode() 936 callAction = CommandsInterface.CF_ACTION_ENABLE; in processCode()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmMmiCode.java | 833 cfAction = CommandsInterface.CF_ACTION_ENABLE; in processCode() 856 ((cfAction == CommandsInterface.CF_ACTION_ENABLE) || in processCode()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 57 static final int CF_ACTION_ENABLE = 1; field
|
D | GsmCdmaPhone.java | 56 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE; 1562 case CF_ACTION_ENABLE: in isValidCommandInterfaceCFAction() 1572 return (action == CF_ACTION_ENABLE) || (action == CF_ACTION_REGISTRATION); in isCfEnable()
|