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.java199 Notification firstActiveNotification = postedNotification; in getFirstActiveNotification() local
205 if (firstActiveNotification == null in getFirstActiveNotification()
206 || n.getSortKey().compareTo(firstActiveNotification.getSortKey()) < 0) { in getFirstActiveNotification()
207 firstActiveNotification = n; in getFirstActiveNotification()
211 return firstActiveNotification; in getFirstActiveNotification()