Searched refs:sDecreasingTimeOrder (Results 1 – 1 of 1) sorted by relevance
61 private static final Comparator<Alarm> sDecreasingTimeOrder = Comparator.comparingLong( field in LazyAlarmStore66 int index = Collections.binarySearch(mAlarms, a, sDecreasingTimeOrder); in add()79 Collections.sort(mAlarms, sDecreasingTimeOrder); in addAll()217 Collections.sort(mAlarms, sDecreasingTimeOrder); in updateAlarmDeliveries()