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

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java905 private boolean isValidCommandInterfaceCFAction (int commandInterfaceCFAction) { argument
906 switch (commandInterfaceCFAction) {
934 public void setCallForwardingOption(int commandInterfaceCFAction, argument
939 if ( (isValidCommandInterfaceCFAction(commandInterfaceCFAction)) &&
945 isCfEnable(commandInterfaceCFAction) ? 1 : 0, 0, onComplete);
949 mCM.setCallForward(commandInterfaceCFAction,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java507 int commandInterfaceCFAction, String dialingNumber,
510 commandInterfaceCFAction, dialingNumber, timerSeconds, onComplete);
506 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
H A DPhone.java963 * @param commandInterfaceCFAction is one of the valid call forwarding
972 int commandInterfaceCFAction,
971 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java746 public void setCallForwardingOption(int commandInterfaceCFAction, argument

Completed in 5243 milliseconds