Home
last modified time | relevance | path

Searched refs:getCallForwardingOption (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java763 void getCallForwardingOption(int commandInterfaceCFReason, in getCallForwardingOption() method
779 void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method
DGsmCdmaPhone.java2534 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { in getCallForwardingOption() method in GsmCdmaPhone
2535 getCallForwardingOption(commandInterfaceCFReason, in getCallForwardingOption()
2540 public void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method in GsmCdmaPhone
2553 imsPhone.getCallForwardingOption(commandInterfaceCFReason, serviceClass, onComplete); in getCallForwardingOption()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java403 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { in getCallForwardingOption() method in ImsPhoneBase
407 public void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method in ImsPhoneBase
DImsPhone.java1243 public void getCallForwardingOption(int commandInterfaceCFReason, in getCallForwardingOption() method in ImsPhone
1245 getCallForwardingOption(commandInterfaceCFReason, in getCallForwardingOption()
1250 public void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method in ImsPhone
1842 mDefaultPhone.getCallForwardingOption(ss.mCfReason, in sendResponseOrRetryOnCsfbSs()
DImsPhoneMmiCode.java913 mPhone.getCallForwardingOption(reason, serviceClass, in processCode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java954 mPhoneUT.getCallForwardingOption(-1, null); in testGetCallForwardingOption()
961 mPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, null); in testGetCallForwardingOption()
2085 mPhoneUT.getCallForwardingOption(CommandsInterface.CF_REASON_UNCONDITIONAL, message); in testGetCallForwardingOption_FdnCheck()
2091 mPhoneUT.getCallForwardingOption(CommandsInterface.CF_REASON_UNCONDITIONAL, message); in testGetCallForwardingOption_FdnCheck()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java533 mImsPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, msg); in testCallForwardingOption()