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