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/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/
DPhoneInternalInterface.java763 void getCallForwardingOption(int commandInterfaceCFReason, in getCallForwardingOption() method
779 void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method
DGsmCdmaPhone.java2226 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { in getCallForwardingOption() method in GsmCdmaPhone
2227 getCallForwardingOption(commandInterfaceCFReason, in getCallForwardingOption()
2232 public void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method in GsmCdmaPhone
2236 imsPhone.getCallForwardingOption(commandInterfaceCFReason, serviceClass, onComplete); in getCallForwardingOption()
/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.java1177 public void getCallForwardingOption(int commandInterfaceCFReason, in getCallForwardingOption() method in ImsPhone
1179 getCallForwardingOption(commandInterfaceCFReason, in getCallForwardingOption()
1184 public void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method in ImsPhone
1764 mDefaultPhone.getCallForwardingOption(ss.mCfReason, in sendResponseOrRetryOnCsfbSs()
DImsPhoneMmiCode.java906 mPhone.getCallForwardingOption(reason, serviceClass, in processCode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java904 mPhoneUT.getCallForwardingOption(-1, null); in testGetCallForwardingOption()
911 mPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, null); in testGetCallForwardingOption()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java502 mImsPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, msg); in testCallForwardingOption()