Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DLazyAlarmStore.java61 private static final Comparator<Alarm> sDecreasingTimeOrder = Comparator.comparingLong( field in LazyAlarmStore
66 int index = Collections.binarySearch(mAlarms, a, sDecreasingTimeOrder); in add()
79 Collections.sort(mAlarms, sDecreasingTimeOrder); in addAll()
217 Collections.sort(mAlarms, sDecreasingTimeOrder); in updateAlarmDeliveries()