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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java591 private boolean isValidCommandInterfaceCFAction (int commandInterfaceCFAction) { argument
592 switch (commandInterfaceCFAction) {
671 public void setCallForwardingOption(int commandInterfaceCFAction, argument
676 if (DBG) Rlog.d(LOG_TAG, "setCallForwardingOption action=" + commandInterfaceCFAction
678 if ((isValidCommandInterfaceCFAction(commandInterfaceCFAction)) &&
685 isCfEnable(commandInterfaceCFAction) ? 1 : 0, 0, cf);
689 ut.updateCallForward(getActionFromCFAction(commandInterfaceCFAction),
H A DImsPhoneBase.java377 public void setCallForwardingOption(int commandInterfaceCFAction, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1132 private boolean isValidCommandInterfaceCFAction (int commandInterfaceCFAction) { argument
1133 switch (commandInterfaceCFAction) {
1174 public void setCallForwardingOption(int commandInterfaceCFAction, argument
1182 imsPhone.setCallForwardingOption(commandInterfaceCFAction,
1187 if ( (isValidCommandInterfaceCFAction(commandInterfaceCFAction)) &&
1194 isCfEnable(commandInterfaceCFAction) ? 1 : 0, 0, cfu);
1198 mCi.setCallForward(commandInterfaceCFAction,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java340 public void setCallForwardingOption(int commandInterfaceCFAction, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1033 * @param commandInterfaceCFAction is one of the valid call forwarding
1042 int commandInterfaceCFAction,
1041 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
H A DPhoneProxy.java847 int commandInterfaceCFAction, String dialingNumber,
850 commandInterfaceCFAction, dialingNumber, timerSeconds, onComplete);
846 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java982 public void setCallForwardingOption(int commandInterfaceCFAction, argument

Completed in 4667 milliseconds