Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java620 void getCallForwardingOption(int commandInterfaceCFReason, in getCallForwardingOption() method
636 void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method
DGsmCdmaPhone.java2099 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { in getCallForwardingOption() method in GsmCdmaPhone
2100 getCallForwardingOption(commandInterfaceCFReason, in getCallForwardingOption()
2105 public void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method in GsmCdmaPhone
2109 imsPhone.getCallForwardingOption(commandInterfaceCFReason, serviceClass, onComplete); in getCallForwardingOption()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java323 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { in getCallForwardingOption() method in SipPhoneBase
327 public void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java359 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { in getCallForwardingOption() method in ImsPhoneBase
363 public void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method in ImsPhoneBase
DImsPhone.java1151 public void getCallForwardingOption(int commandInterfaceCFReason, in getCallForwardingOption() method in ImsPhone
1153 getCallForwardingOption(commandInterfaceCFReason, in getCallForwardingOption()
1158 public void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method in ImsPhone
1697 mDefaultPhone.getCallForwardingOption(ss.mCfReason, in sendResponseOrRetryOnCsfbSs()
DImsPhoneMmiCode.java880 mPhone.getCallForwardingOption(reason, serviceClass, in processCode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java767 mPhoneUT.getCallForwardingOption(-1, null); in testGetCallForwardingOption()
774 mPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, null); in testGetCallForwardingOption()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java497 mImsPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, msg); in testCallForwardingOption()