Searched defs:timerSeconds (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java378 int timerSeconds, Message onComplete) {
376 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
H A DImsPhone.java788 int timerSeconds,
791 CommandsInterface.SERVICE_CLASS_VOICE, timerSeconds, onComplete);
798 int timerSeconds,
817 timerSeconds,
785 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
794 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int serviceClass, int timerSeconds, Message onComplete) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java348 int timerSeconds, Message onComplete) {
346 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java1012 int timerSeconds,
1009 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1200 int timerSeconds,
1207 commandInterfaceCFReason, dialingNumber, timerSeconds, onComplete);
1226 timerSeconds,
1197 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1075 * @param timerSeconds is used by CFNRy to indicate the timeout before
1082 int timerSeconds,
1079 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
H A DPhoneProxy.java900 int timerSeconds, Message onComplete) {
902 commandInterfaceCFAction, dialingNumber, timerSeconds, onComplete);
898 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument

Completed in 61 milliseconds