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

/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java297 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
301 int commandInterfaceCFReason, String dialingNumber,
300 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java504 public void getCallForwardingOption(int commandInterfaceCFReason, argument
506 mActivePhone.getCallForwardingOption(commandInterfaceCFReason,
510 public void setCallForwardingOption(int commandInterfaceCFReason, argument
513 mActivePhone.setCallForwardingOption(commandInterfaceCFReason,
H A DPhone.java961 * @param commandInterfaceCFReason is one of the valid call forwarding
967 void getCallForwardingOption(int commandInterfaceCFReason, argument
974 * @param commandInterfaceCFReason is one of the valid call forwarding
985 void setCallForwardingOption(int commandInterfaceCFReason, argument
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java792 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
797 int commandInterfaceCFReason,
796 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java893 private boolean isValidCommandInterfaceCFReason (int commandInterfaceCFReason) { argument
894 switch (commandInterfaceCFReason) {
923 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
924 if (isValidCommandInterfaceCFReason(commandInterfaceCFReason)) {
927 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) {
932 mCM.queryCallForwardStatus(commandInterfaceCFReason,0,null,resp);
937 int commandInterfaceCFReason,
942 (isValidCommandInterfaceCFReason(commandInterfaceCFReason))) {
945 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) {
952 commandInterfaceCFReason,
936 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
[all...]

Completed in 924 milliseconds