Searched refs:getNotificationKeys (Results 1 – 4 of 4) sorted by relevance
95 if (dotInfo.getNotificationKeys().size() == 0) { in onNotificationPosted()109 if (oldDotInfo.getNotificationKeys().size() == 0) { in onNotificationRemoved()185 info, dotInfo.getNotificationKeys()); in getDotInfoForItem()195 : getNotificationsForItem(info, dotInfo.getNotificationKeys()); in getNotificationKeysForItem()
520 if (dotInfo == null || dotInfo.getNotificationKeys().size() == 0) {528 NotificationKeyData.extractKeysOnly(dotInfo.getNotificationKeys()));
37 mNumNotifications += dotToAdd.getNotificationKeys().size(); in addDotInfo()46 mNumNotifications -= dotToSubtract.getNotificationKeys().size(); in subtractDotInfo()
79 public List<NotificationKeyData> getNotificationKeys() { in getNotificationKeys() method in DotInfo