Searched refs:commandInterfaceCFReason (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java891 private boolean isValidCommandInterfaceCFReason (int commandInterfaceCFReason) { argument
892 switch (commandInterfaceCFReason) {
921 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
922 if (isValidCommandInterfaceCFReason(commandInterfaceCFReason)) {
925 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) {
930 mCM.queryCallForwardStatus(commandInterfaceCFReason,0,null,resp);
935 int commandInterfaceCFReason,
940 (isValidCommandInterfaceCFReason(commandInterfaceCFReason))) {
943 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) {
950 commandInterfaceCFReason,
934 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java500 public void getCallForwardingOption(int commandInterfaceCFReason, argument
502 mActivePhone.getCallForwardingOption(commandInterfaceCFReason,
506 public void setCallForwardingOption(int commandInterfaceCFReason, argument
509 mActivePhone.setCallForwardingOption(commandInterfaceCFReason,
H A DPhone.java947 * @param commandInterfaceCFReason is one of the valid call forwarding
953 void getCallForwardingOption(int commandInterfaceCFReason, argument
960 * @param commandInterfaceCFReason is one of the valid call forwarding
971 void setCallForwardingOption(int commandInterfaceCFReason, argument
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java742 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
747 int commandInterfaceCFReason,
746 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument

Completed in 30 milliseconds