Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt256 var firstActiveNotification: Notification? = postedNotification in getFirstActiveNotification() variable
261 if (firstActiveNotification == null || in getFirstActiveNotification()
262 n.getSortKey().compareTo(firstActiveNotification.getSortKey()) < 0) { in getFirstActiveNotification()
263 firstActiveNotification = n in getFirstActiveNotification()
267 return firstActiveNotification in getFirstActiveNotification()