Searched refs:getCallForwardingOption (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneInternalInterface.java | 620 void getCallForwardingOption(int commandInterfaceCFReason, in getCallForwardingOption() method 636 void getCallForwardingOption(int commandInterfaceCFReason, int serviceClass, in getCallForwardingOption() method
|
D | GsmCdmaPhone.java | 2099 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/ |
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/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 | 1151 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()
|
D | ImsPhoneMmiCode.java | 880 mPhone.getCallForwardingOption(reason, serviceClass, in processCode()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 767 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/ |
D | ImsPhoneTest.java | 497 mImsPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, msg); in testCallForwardingOption()
|