Home
last modified time | relevance | path

Searched defs:notificationCount (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/photos/data/
H A DNotificationWatcher.java43 public int notificationCount() { in notificationCount() method in NotificationWatcher
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryFilter.java109 public Builder setMaxNotifications(int notificationCount) { in setMaxNotifications()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationContainer.java279 public void updateHeader(int notificationCount) { in updateHeader()
H A DNotificationMainView.java125 public void updateHeader(int notificationCount) { in updateHeader()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
H A DPendingList.java172 final int notificationCount = recs.size(); in updateState() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java1037 private String getAppLabelPluralString(String appName, int notificationCount) { in getAppLabelPluralString()