Home
last modified time | relevance | path

Searched refs:getNotificationCount (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dot/
H A DFolderDotInfo.java52 public int getNotificationCount() { in getNotificationCount() method in FolderDotInfo
H A DDotInfo.java85 public int getNotificationCount() { in getNotificationCount() method in DotInfo
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupDataProvider.java126 || prevDot.getNotificationCount() != newDot.getNotificationCount()) { in onNotificationFullRefresh()
H A DPopupContainerWithArrow.java443 mNotificationContainer.updateHeader(dotInfo.getNotificationCount());
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java793 int count = mDotInfo.getNotificationCount(); in applyDotState()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java3544 mService.getNotificationCount(PKG, userId, 0, null)); in testGetNotificationCountLocked()
3546 mService.getNotificationCount(PKG, userId, 0, "tag2")); in testGetNotificationCountLocked()
3550 mService.getNotificationCount("a", userId, 0, "banana")); in testGetNotificationCountLocked()
3553 assertEquals(39, mService.getNotificationCount( in testGetNotificationCountLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6490 int count = getNotificationCount(pkg, userId, id, tag);
6569 protected int getNotificationCount(String pkg, int userId, int excludedId,
/aosp12/frameworks/base/services/
H A Dart-profile27009 HPLcom/android/server/notification/NotificationManagerService;->getNotificationCount(Ljava/lang/Str…