Home
last modified time | relevance | path

Searched refs:notificationCount (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java124 public void updateHeader(int notificationCount, int iconColor) { in updateHeader() argument
125 mHeaderCount.setText(notificationCount <= 1 ? "" : String.valueOf(notificationCount)); in updateHeader()
/packages/apps/PermissionController/src/com/android/permissioncontroller/incident/
DPendingList.java172 final int notificationCount = recs.size(); in updateState() local
173 for (int i = 0; i < notificationCount; i++) { in updateState()
/packages/apps/Gallery2/src/com/android/photos/data/
DNotificationWatcher.java43 public int notificationCount() { in notificationCount() method in NotificationWatcher