Home
last modified time | relevance | path

Searched refs:setCallForwardingOption (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java332 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in SipPhoneBase
338 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java797 void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method
820 void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method
DGsmCdmaPhone.java2267 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in GsmCdmaPhone
2272 setCallForwardingOption(commandInterfaceCFAction, commandInterfaceCFReason, in setCallForwardingOption()
2277 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in GsmCdmaPhone
2285 imsPhone.setCallForwardingOption(commandInterfaceCFAction, commandInterfaceCFReason, in setCallForwardingOption()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java368 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in ImsPhoneBase
374 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in ImsPhoneBase
DImsPhone.java1205 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in ImsPhone
1210 setCallForwardingOption(commandInterfaceCFAction, commandInterfaceCFReason, dialingNumber, in setCallForwardingOption()
1216 public void setCallForwardingOption(int commandInterfaceCFAction, in setCallForwardingOption() method in ImsPhone
1769 mDefaultPhone.setCallForwardingOption(ss.mCfAction, in sendResponseOrRetryOnCsfbSs()
DImsPhoneMmiCode.java942 mPhone.setCallForwardingOption(cfAction, reason, in processCode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java938 mPhoneUT.setCallForwardingOption(-1, CF_REASON_UNCONDITIONAL, in testSetCallForwardingOption()
944 mPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, cfNumber, 0, in testSetCallForwardingOption()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java509 mImsPhoneUT.setCallForwardingOption(CF_ACTION_ENABLE, CF_REASON_UNCONDITIONAL, "1234", 0, in testCallForwardingOption()