Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerModel.kt447 mExpiredTimers!!.sortWith(Timer.EXPIRY_COMPARATOR)
462 mMissedTimers!!.sortWith(Timer.EXPIRY_COMPARATOR)
704 unexpired.sortWith(Timer.EXPIRY_COMPARATOR) in updateNotification()
DTimer.kt359 var EXPIRY_COMPARATOR: Comparator<Timer> = object : Comparator<Timer> { in <lambda>() variable