Searched refs:setCallForward (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioVoiceProxy.java | 554 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()
|
D | CommandsInterface.java | 1373 void setCallForward(int action, int cfReason, int serviceClass, in setCallForward() method
|
D | RIL.java | 2300 public void setCallForward(int action, int cfReason, int serviceClass, String number, in setCallForward() method in RIL 2316 voiceProxy.setCallForward( in setCallForward()
|
D | GsmCdmaPhone.java | 2629 mCi.setCallForward(commandInterfaceCFAction, in setCallForwardingOption()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 343 public void setCallForward(int action, int cfReason, int serviceClass, in setCallForward() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 936 public void setCallForward(int action, int cfReason, int serviceClass, String number, in setCallForward() method in SimulatedCommandsVerifier
|
D | SimulatedCommands.java | 1394 public void setCallForward(int action, int cfReason, int serviceClass, in setCallForward() method in SimulatedCommands 1396 SimulatedCommandsVerifier.getInstance().setCallForward(action, cfReason, serviceClass, in setCallForward()
|
D | GsmCdmaPhoneTest.java | 990 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/ |
D | GsmMmiCode.java | 1138 mPhone.mCi.setCallForward(cfAction, reason, serviceClass, in processCode()
|