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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java353 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
358 int commandInterfaceCFReason, String dialingNumber,
357 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java735 public void getCallForwardingOption(int commandInterfaceCFReason, argument
737 mActivePhone.getCallForwardingOption(commandInterfaceCFReason,
742 public void setCallForwardingOption(int commandInterfaceCFReason, argument
745 mActivePhone.setCallForwardingOption(commandInterfaceCFReason,
H A DPhone.java937 * @param commandInterfaceCFReason is one of the valid call forwarding
943 void getCallForwardingOption(int commandInterfaceCFReason, argument
950 * @param commandInterfaceCFReason is one of the valid call forwarding
961 void setCallForwardingOption(int commandInterfaceCFReason, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java874 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
880 int commandInterfaceCFReason,
879 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java943 private boolean isValidCommandInterfaceCFReason (int commandInterfaceCFReason) { argument
944 switch (commandInterfaceCFReason) {
974 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
975 if (isValidCommandInterfaceCFReason(commandInterfaceCFReason)) {
978 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) {
983 mCi.queryCallForwardStatus(commandInterfaceCFReason,0,null,resp);
989 int commandInterfaceCFReason,
994 (isValidCommandInterfaceCFReason(commandInterfaceCFReason))) {
997 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) {
1005 commandInterfaceCFReason,
988 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
[all...]

Completed in 17 milliseconds