Searched refs:firstActiveNotification (Results 1 – 2 of 2) sorted by relevance
172 Notification firstActiveNotification = postedNotification; in getFirstActiveNotification() local178 if (firstActiveNotification == null in getFirstActiveNotification()179 || n.getSortKey().compareTo(firstActiveNotification.getSortKey()) < 0) { in getFirstActiveNotification()180 firstActiveNotification = n; in getFirstActiveNotification()184 return firstActiveNotification; in getFirstActiveNotification()
256 var firstActiveNotification: Notification? = postedNotification in getFirstActiveNotification() variable261 if (firstActiveNotification == null || in getFirstActiveNotification()262 n.getSortKey().compareTo(firstActiveNotification.getSortKey()) < 0) { in getFirstActiveNotification()263 firstActiveNotification = n in getFirstActiveNotification()267 return firstActiveNotification in getFirstActiveNotification()