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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java373 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
378 int commandInterfaceCFReason, String dialingNumber,
377 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
H A DImsPhone.java577 private boolean isValidCommandInterfaceCFReason (int commandInterfaceCFReason) { argument
578 switch (commandInterfaceCFReason) {
651 public void getCallForwardingOption(int commandInterfaceCFReason, argument
653 if (DBG) Rlog.d(LOG_TAG, "getCallForwardingOption reason=" + commandInterfaceCFReason);
654 if (isValidCommandInterfaceCFReason(commandInterfaceCFReason)) {
661 ut.queryCallForward(getConditionFromCFReason(commandInterfaceCFReason),null,resp);
672 int commandInterfaceCFReason,
677 + ", reason=" + commandInterfaceCFReason);
679 (isValidCommandInterfaceCFReason(commandInterfaceCFReason))) {
682 (commandInterfaceCFReason
671 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java336 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
341 int commandInterfaceCFReason, String dialingNumber,
340 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.java977 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
983 int commandInterfaceCFReason,
982 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.java1110 private boolean isValidCommandInterfaceCFReason (int commandInterfaceCFReason) { argument
1111 switch (commandInterfaceCFReason) {
1153 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
1157 imsPhone.getCallForwardingOption(commandInterfaceCFReason, onComplete);
1161 if (isValidCommandInterfaceCFReason(commandInterfaceCFReason)) {
1164 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) {
1169 mCi.queryCallForwardStatus(commandInterfaceCFReason,0,null,resp);
1175 int commandInterfaceCFReason,
1183 commandInterfaceCFReason, dialingNumber, timerSeconds, onComplete);
1188 (isValidCommandInterfaceCFReason(commandInterfaceCFReason))) {
1174 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java839 public void getCallForwardingOption(int commandInterfaceCFReason, argument
841 mActivePhone.getCallForwardingOption(commandInterfaceCFReason,
846 public void setCallForwardingOption(int commandInterfaceCFReason, argument
849 mActivePhone.setCallForwardingOption(commandInterfaceCFReason,
H A DPhone.java1017 * @param commandInterfaceCFReason is one of the valid call forwarding
1023 void getCallForwardingOption(int commandInterfaceCFReason, argument
1030 * @param commandInterfaceCFReason is one of the valid call forwarding
1041 void setCallForwardingOption(int commandInterfaceCFReason, argument

Completed in 323 milliseconds