Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dot/
DFolderDotInfo.java37 mNumNotifications += dotToAdd.getNotificationKeys().size(); in addDotInfo()
46 mNumNotifications -= dotToSubtract.getNotificationKeys().size(); in subtractDotInfo()
DDotInfo.java81 public List<NotificationKeyData> getNotificationKeys() { in getNotificationKeys() method in DotInfo
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java94 if (oldDotInfo.getNotificationKeys().size() == 0) { in onNotificationRemoved()
170 info, dotInfo.getNotificationKeys()); in getDotInfoForItem()
180 : getNotificationsForItem(info, dotInfo.getNotificationKeys()); in getNotificationKeysForItem()
DPopupContainerWithArrow.java619 if (dotInfo == null || dotInfo.getNotificationKeys().size() == 0) {
627 NotificationKeyData.extractKeysOnly(dotInfo.getNotificationKeys()));