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

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java907 private boolean isValidCommandInterfaceCFAction (int commandInterfaceCFAction) { argument
908 switch (commandInterfaceCFAction) {
936 public void setCallForwardingOption(int commandInterfaceCFAction, argument
941 if ( (isValidCommandInterfaceCFAction(commandInterfaceCFAction)) &&
947 isCfEnable(commandInterfaceCFAction) ? 1 : 0, 0, onComplete);
951 mCM.setCallForward(commandInterfaceCFAction,
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java300 public void setCallForwardingOption(int commandInterfaceCFAction, argument
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhone.java977 * @param commandInterfaceCFAction is one of the valid call forwarding
986 int commandInterfaceCFAction,
985 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
H A DPhoneProxy.java511 int commandInterfaceCFAction, String dialingNumber,
514 commandInterfaceCFAction, dialingNumber, timerSeconds, onComplete);
510 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java796 public void setCallForwardingOption(int commandInterfaceCFAction, argument

Completed in 114 milliseconds