Searched defs:alarm (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java743 public static Condition toNextAlarmCondition(Context context, long now, long alarm, argument
745 final CharSequence formattedTime = getFormattedTime(context, alarm, userHandle);
748 final Uri id = toCountdownConditionId(alarm);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java94 // Mask for testing whether a given alarm type is wakeup vs non-wakeup
161 * For each uid, this is the last time we dispatched an "allow while idle" alarm,
162 * used to determine the earliest we can dispatch the next such alarm.
216 // Minimum futurity of a new alarm
219 // Minimum alarm recurrence interval
232 // Direct alarm listener callback timeout
395 boolean add(Alarm alarm) { argument
397 // narrows the batch if necessary; presumes that canHold(alarm) is true
398 int index = Collections.binarySearch(alarms, alarm, sIncreasingTimeOrder);
402 alarms.add(index, alarm);
2980 deliverLocked(Alarm alarm, long nowELAPSED, boolean allowWhileIdle) argument
[all...]

Completed in 1621 milliseconds