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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java567 void getCallForwardingOption(int commandInterfaceCFReason, method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1658 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { method in class:GsmCdmaPhone
1664 imsPhone.getCallForwardingOption(commandInterfaceCFReason, onComplete);
1679 loge("getCallForwardingOption: not possible in CDMA");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java380 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { method in class:ImsPhoneBase
H A DImsPhone.java819 public void getCallForwardingOption(int commandInterfaceCFReason, method in class:ImsPhone
821 if (DBG) Rlog.d(LOG_TAG, "getCallForwardingOption reason=" + commandInterfaceCFReason);
H A DImsPhoneMmiCode.java774 mPhone.getCallForwardingOption(reason,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java347 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { method in class:SipPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaPhoneTest.java462 mPhoneUT.getCallForwardingOption(-1, null);
469 mPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, null);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java457 mImsPhoneUT.getCallForwardingOption(CF_REASON_UNCONDITIONAL, msg);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1214 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { method in class:PhoneMock

Completed in 114 milliseconds