Searched refs:getCallForwardingOption (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java596 void getCallForwardingOption(int commandInterfaceCFReason, method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1730 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { method in class:GsmCdmaPhone
1736 imsPhone.getCallForwardingOption(commandInterfaceCFReason, onComplete);
1752 loge("getCallForwardingOption: not possible in CDMA");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java383 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { method in class:ImsPhoneBase
H A DImsPhone.java885 public void getCallForwardingOption(int commandInterfaceCFReason, method in class:ImsPhone
887 if (DBG) logd("getCallForwardingOption reason=" + commandInterfaceCFReason);
H A DImsPhoneMmiCode.java803 mPhone.getCallForwardingOption(reason,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java340 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { method in class:SipPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaPhoneTest.java558 mPhoneUT.getCallForwardingOption(-1, null);
565 mPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, null);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java461 mImsPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, msg);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1206 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { method in class:PhoneMock

Completed in 94 milliseconds