Searched refs:timeoutMills (Results 1 – 3 of 3) sorted by relevance
48 public int setAlarmAndWait(long timeoutMills) throws RemoteException { in setAlarmAndWait() argument50 long atTime = SystemClock.elapsedRealtime() + timeoutMills; in setAlarmAndWait()
21 int setAlarmAndWait(long timeoutMills); in setAlarmAndWait() argument
143 private void callSetAndWait(long timeoutMills) { in callSetAndWait() argument145 mAlarmService.setAlarmAndWait(timeoutMills); in callSetAndWait()