Searched refs:timeSeconds (Results 1 - 18 of 18) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallForwardInfo.java30 public int timeSeconds; /* for CF no reply only */ field in class:CallForwardInfo
36 + " serviceClass: " + serviceClass + " " + timeSeconds + " seconds";
H A DRadioIndication.java720 ssData.cfInfo[i].timeSeconds = cfInfo.timeSeconds;
H A DRadioResponse.java1458 ret[i].timeSeconds = callForwardInfos.get(i).timeSeconds;
H A DCommandsInterface.java1256 String number, int timeSeconds, Message response);
1255 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
H A DRIL.java1500 cfInfo.timeSeconds = 0;
1512 String number, int timeSeconds, Message result) {
1521 + serviceClass + " timeSeconds = " + timeSeconds);
1531 cfInfo.timeSeconds = timeSeconds;
1511 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message result) argument
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsUt.aidl83 int serviceClass, int timeSeconds);
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsUtImplBase.java124 int timeSeconds) throws RemoteException {
123 updateCallForward(int action, int condition, String number, int serviceClass, int timeSeconds) argument
/frameworks/base/telephony/java/com/android/ims/
H A DImsUtInterface.java153 int serviceClass, int timeSeconds, Message result);
152 updateCallForward(int action, int condition, String number, int serviceClass, int timeSeconds, Message result) argument
/frameworks/base/packages/Osu/src/com/android/hotspot2/app/
H A DMainActivity.java197 private String getReadableTimeInSeconds(int timeSeconds) { argument
198 long hours = TimeUnit.SECONDS.toHours(timeSeconds);
199 long minutes = TimeUnit.SECONDS.toMinutes(timeSeconds) - TimeUnit.HOURS.toMinutes(hours);
201 timeSeconds - TimeUnit.HOURS.toSeconds(hours) - TimeUnit.MINUTES.toSeconds(minutes);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java349 int serviceClass, int timeSeconds, Message result) {
353 + ", serviceClass=" + serviceClass + ", timeSeconds=" + timeSeconds);
358 int id = miUt.updateCallForward(action, condition, number, serviceClass, timeSeconds);
348 updateCallForward(int action, int condition, String number, int serviceClass, int timeSeconds, Message result) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java338 String number, int timeSeconds, Message response) {
337 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java337 String number, int timeSeconds, Message response) {
336 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
H A DImsPhone.java1185 cfInfo.timeSeconds = info.mTimeSeconds;
H A DImsPhoneMmiCode.java1315 destinations[2] = Integer.toString(info.timeSeconds);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken422 int timeSeconds, Message response) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1302 String number, int timeSeconds, Message result) {
1304 number, timeSeconds, result);
1301 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message result) argument
H A DSimulatedCommandsVerifier.java917 int timeSeconds, Message response) {
916 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java1471 destinations[2] = Integer.toString(info.timeSeconds);

Completed in 2626 milliseconds