Searched refs:getCallForwardingOption (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneBase.java | 323 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/ |
D | PhoneInternalInterface.java | 763 void getCallForwardingOption(int commandInterfaceCFReason, in getCallForwardingOption() method 779 void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method
|
D | GsmCdmaPhone.java | 2226 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/ |
D | ImsPhoneBase.java | 359 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
|
D | ImsPhone.java | 1177 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()
|
D | ImsPhoneMmiCode.java | 906 mPhone.getCallForwardingOption(reason, serviceClass, in processCode()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 904 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/ |
D | ImsPhoneTest.java | 502 mImsPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, msg); in testCallForwardingOption()
|