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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java781 private boolean isValidCommandInterfaceCFReason (int commandInterfaceCFReason) { argument
782 switch (commandInterfaceCFReason) {
885 public void getCallForwardingOption(int commandInterfaceCFReason, argument
887 if (DBG) logd("getCallForwardingOption reason=" + commandInterfaceCFReason);
888 if (isValidCommandInterfaceCFReason(commandInterfaceCFReason)) {
895 ut.queryCallForward(getConditionFromCFReason(commandInterfaceCFReason), null, resp);
906 int commandInterfaceCFReason,
910 setCallForwardingOption(commandInterfaceCFAction, commandInterfaceCFReason, dialingNumber,
915 int commandInterfaceCFReason,
922 + ", reason=" + commandInterfaceCFReason
905 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
914 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int serviceClass, int timerSeconds, Message onComplete) argument
[all...]
H A DImsPhoneBase.java383 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
388 int commandInterfaceCFReason, String dialingNumber,
387 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java590 * @param commandInterfaceCFReason is one of the valid call forwarding
596 void getCallForwardingOption(int commandInterfaceCFReason, argument
603 * @param commandInterfaceCFReason is one of the valid call forwarding
614 void setCallForwardingOption(int commandInterfaceCFReason, argument
H A DGsmCdmaPhone.java1691 private boolean isValidCommandInterfaceCFReason (int commandInterfaceCFReason) { argument
1692 switch (commandInterfaceCFReason) {
1730 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
1736 imsPhone.getCallForwardingOption(commandInterfaceCFReason, onComplete);
1740 if (isValidCommandInterfaceCFReason(commandInterfaceCFReason)) {
1743 if (commandInterfaceCFReason == CF_REASON_UNCONDITIONAL) {
1748 mCi.queryCallForwardStatus(commandInterfaceCFReason,
1758 int commandInterfaceCFReason,
1768 commandInterfaceCFReason, dialingNumber, timerSeconds, onComplete);
1773 (isValidCommandInterfaceCFReason(commandInterfaceCFReason))) {
1757 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.java340 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
345 int commandInterfaceCFReason, String dialingNumber,
344 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1206 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
1210 public void setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, argument

Completed in 63 milliseconds