Searched refs:getNotificationCount (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dot/ |
H A D | FolderDotInfo.java | 52 public int getNotificationCount() { in getNotificationCount() method in FolderDotInfo
|
H A D | DotInfo.java | 85 public int getNotificationCount() { in getNotificationCount() method in DotInfo
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
H A D | PopupDataProvider.java | 126 || prevDot.getNotificationCount() != newDot.getNotificationCount()) { in onNotificationFullRefresh()
|
H A D | PopupContainerWithArrow.java | 443 mNotificationContainer.updateHeader(dotInfo.getNotificationCount());
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | BubbleTextView.java | 793 int count = mDotInfo.getNotificationCount(); in applyDotState()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 3544 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 D | NotificationManagerService.java | 6490 int count = getNotificationCount(pkg, userId, id, tag); 6569 protected int getNotificationCount(String pkg, int userId, int excludedId,
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 27009 HPLcom/android/server/notification/NotificationManagerService;->getNotificationCount(Ljava/lang/Str…
|