Searched defs:getCallForwardingOption (Results 1 - 7 of 7) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1023 void getCallForwardingOption(int commandInterfaceCFReason, method in interface:Phone
H A DPhoneProxy.java839 public void getCallForwardingOption(int commandInterfaceCFReason, method in class:PhoneProxy
841 mActivePhone.getCallForwardingOption(commandInterfaceCFReason,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java977 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { method in class:CDMAPhone
978 Rlog.e(LOG_TAG, "getCallForwardingOption: not possible in CDMA");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1153 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { method in class:GSMPhone
1157 imsPhone.getCallForwardingOption(commandInterfaceCFReason, onComplete);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java646 public void getCallForwardingOption(int commandInterfaceCFReason, method in class:ImsPhone
648 if (DBG) Rlog.d(LOG_TAG, "getCallForwardingOption reason=" + commandInterfaceCFReason);
H A DImsPhoneBase.java373 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java336 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { method in class:SipPhoneBase

Completed in 92 milliseconds