Searched refs:EXPIRY_COMPARATOR (Results 1 – 2 of 2) sorted by relevance
492 Collections.sort(mExpiredTimers, Timer.EXPIRY_COMPARATOR); in getMutableExpiredTimers()507 Collections.sort(mMissedTimers, Timer.EXPIRY_COMPARATOR); in getMutableMissedTimers()750 Collections.sort(unexpired, Timer.EXPIRY_COMPARATOR); in updateNotification()
410 static Comparator<Timer> EXPIRY_COMPARATOR = new Comparator<Timer>() { field in Timer