Home
last modified time | relevance | path

Searched refs:setCallForward (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioVoiceProxy.java554 public void setCallForward(int serial, int action, int cfReason, int serviceClass, in setCallForward() method in RadioVoiceProxy
566 mVoiceProxy.setCallForward(serial, cfInfo); in setCallForward()
576 mRadioProxy.setCallForward(serial, cfInfo); in setCallForward()
DCommandsInterface.java1373 void setCallForward(int action, int cfReason, int serviceClass, in setCallForward() method
DRIL.java2300 public void setCallForward(int action, int cfReason, int serviceClass, String number, in setCallForward() method in RIL
2316 voiceProxy.setCallForward( in setCallForward()
DGsmCdmaPhone.java2629 mCi.setCallForward(commandInterfaceCFAction, in setCallForwardingOption()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java343 public void setCallForward(int action, int cfReason, int serviceClass, in setCallForward() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java936 public void setCallForward(int action, int cfReason, int serviceClass, String number, in setCallForward() method in SimulatedCommandsVerifier
DSimulatedCommands.java1394 public void setCallForward(int action, int cfReason, int serviceClass, in setCallForward() method in SimulatedCommands
1396 SimulatedCommandsVerifier.getInstance().setCallForward(action, cfReason, serviceClass, in setCallForward()
DGsmCdmaPhoneTest.java990 verify(mSimulatedCommandsVerifier, times(0)).setCallForward(anyInt(), anyInt(), anyInt(), in testSetCallForwardingOption()
996 verify(mSimulatedCommandsVerifier).setCallForward(eq(CF_ACTION_ENABLE), in testSetCallForwardingOption()
2117 verify(mMockCi).setCallForward(eq(CommandsInterface.CF_ACTION_REGISTRATION), in testSetCallForwardingOption_FdnCheck()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java1138 mPhone.mCi.setCallForward(cfAction, reason, serviceClass, in processCode()