Home
last modified time | relevance | path

Searched refs:timeoutMills (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
DAlarmImpl.java48 public int setAlarmAndWait(long timeoutMills) throws RemoteException { in setAlarmAndWait() argument
50 long atTime = SystemClock.elapsedRealtime() + timeoutMills; in setAlarmAndWait()
DAlarm.aidl21 int setAlarmAndWait(long timeoutMills); in setAlarmAndWait() argument
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
DSetAlarm.java143 private void callSetAndWait(long timeoutMills) { in callSetAndWait() argument
145 mAlarmService.setAlarmAndWait(timeoutMills); in callSetAndWait()