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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java795 private boolean isValidCommandInterfaceCFAction (int commandInterfaceCFAction) { argument
796 switch (commandInterfaceCFAction) {
905 public void setCallForwardingOption(int commandInterfaceCFAction, argument
910 setCallForwardingOption(commandInterfaceCFAction, commandInterfaceCFReason, dialingNumber,
914 public void setCallForwardingOption(int commandInterfaceCFAction, argument
921 logd("setCallForwardingOption action=" + commandInterfaceCFAction
924 if ((isValidCommandInterfaceCFAction(commandInterfaceCFAction)) &&
930 isCfEnable(commandInterfaceCFAction) ? 1 : 0, 0, cf);
934 ut.updateCallForward(getActionFromCFAction(commandInterfaceCFAction),
H A DImsPhoneBase.java387 public void setCallForwardingOption(int commandInterfaceCFAction, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java606 * @param commandInterfaceCFAction is one of the valid call forwarding
615 int commandInterfaceCFAction,
614 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
H A DGsmCdmaPhone.java1713 private boolean isValidCommandInterfaceCFAction (int commandInterfaceCFAction) { argument
1714 switch (commandInterfaceCFAction) {
1757 public void setCallForwardingOption(int commandInterfaceCFAction, argument
1767 imsPhone.setCallForwardingOption(commandInterfaceCFAction,
1772 if ((isValidCommandInterfaceCFAction(commandInterfaceCFAction)) &&
1779 isCfEnable(commandInterfaceCFAction) ? 1 : 0, 0, cfu);
1783 mCi.setCallForward(commandInterfaceCFAction,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java344 public void setCallForwardingOption(int commandInterfaceCFAction, argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1210 public void setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, argument

Completed in 62 milliseconds