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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java895 private boolean isValidCommandInterfaceCFReason (int commandInterfaceCFReason) { argument
896 switch (commandInterfaceCFReason) {
925 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
926 if (isValidCommandInterfaceCFReason(commandInterfaceCFReason)) {
929 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) {
934 mCM.queryCallForwardStatus(commandInterfaceCFReason,0,null,resp);
939 int commandInterfaceCFReason,
944 (isValidCommandInterfaceCFReason(commandInterfaceCFReason))) {
947 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) {
954 commandInterfaceCFReason,
938 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java921 * @param commandInterfaceCFReason is one of the valid call forwarding
927 void getCallForwardingOption(int commandInterfaceCFReason, argument
934 * @param commandInterfaceCFReason is one of the valid call forwarding
945 void setCallForwardingOption(int commandInterfaceCFReason, argument
H A DPhoneProxy.java620 public void getCallForwardingOption(int commandInterfaceCFReason, argument
622 mActivePhone.getCallForwardingOption(commandInterfaceCFReason,
626 public void setCallForwardingOption(int commandInterfaceCFReason, argument
629 mActivePhone.setCallForwardingOption(commandInterfaceCFReason,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java320 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
324 int commandInterfaceCFReason, String dialingNumber,
323 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java773 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
778 int commandInterfaceCFReason,
777 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument

Completed in 121 milliseconds