Searched refs:firstActiveNotification (Results 1 – 1 of 1) sorted by relevance
199 Notification firstActiveNotification = postedNotification; in getFirstActiveNotification() local205 if (firstActiveNotification == null in getFirstActiveNotification()206 || n.getSortKey().compareTo(firstActiveNotification.getSortKey()) < 0) { in getFirstActiveNotification()207 firstActiveNotification = n; in getFirstActiveNotification()211 return firstActiveNotification; in getFirstActiveNotification()