Searched refs:CF_ACTION_ENABLE (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneMmiCode.java | 870 return CommandsInterface.CF_ACTION_ENABLE; in callBarAction() 924 cfAction = CommandsInterface.CF_ACTION_ENABLE; in processCode() 945 ((cfAction == CommandsInterface.CF_ACTION_ENABLE) || in processCode() 1088 callAction = CommandsInterface.CF_ACTION_ENABLE; in processCode()
|
D | ImsPhone.java | 42 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE; 1135 case CF_ACTION_ENABLE: in isValidCommandInterfaceCFAction() 1146 return (action == CF_ACTION_ENABLE) || (action == CF_ACTION_REGISTRATION); in isCfEnable() 1184 case CF_ACTION_ENABLE: return ImsUtInterface.ACTION_ACTIVATION; in getActionFromCFAction() 1427 action = CommandsInterface.CF_ACTION_ENABLE; in setCallBarring()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmMmiCode.java | 556 case CommandsInterface.CF_ACTION_ENABLE: in cfActionToRequestType() 1117 cfAction = CommandsInterface.CF_ACTION_ENABLE; in processCode() 1134 ((cfAction == CommandsInterface.CF_ACTION_ENABLE) || in processCode()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 34 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE; 540 mImsPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, "1234", 0, in testCallForwardingOption() 602 eq(CommandsInterface.CF_ACTION_ENABLE), messageArgumentCaptor.capture(), in testCellBarring()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 76 static final int CF_ACTION_ENABLE = 1; field
|
D | GsmCdmaPhone.java | 24 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE; 2410 case CF_ACTION_ENABLE: in isValidCommandInterfaceCFAction() 2421 return (action == CF_ACTION_ENABLE) || (action == CF_ACTION_REGISTRATION); in isCfEnable()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 19 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE; 994 mPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, cfNumber, 0, in testSetCallForwardingOption() 996 verify(mSimulatedCommandsVerifier).setCallForward(eq(CF_ACTION_ENABLE), in testSetCallForwardingOption()
|