Home
last modified time | relevance | path

Searched refs:getNotificationKeys (Results 1 – 3 of 3) 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.java79 public List<NotificationKeyData> getNotificationKeys() { in getNotificationKeys() method in DotInfo
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java98 if (oldDotInfo.getNotificationKeys().size() == 0) { in onNotificationRemoved()
175 return (dotInfo.getNotificationKeys().stream().anyMatch(notification -> { in getDotInfoForItem()