Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationInfo.java32 NotificationInfo(Set<Integer> uidCollection, int notificationCount, int dismissCount, in NotificationInfo()
65 public void setNotificationCount(int notificationCount) { in setNotificationCount()
DNotificationController.java144 int notificationCount = info.getNotificationCount(); in createNotificationInfoWithNewUidAndCount() local
/packages/apps/Gallery2/src/com/android/photos/data/
DNotificationWatcher.java43 public int notificationCount() { in notificationCount() method in NotificationWatcher
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DNotificationControllerTest.java185 int notificationCount, long lastNotificationTime, int notificationId) in initSharedPreference()
DAppLocalePickerActivityTest.java518 int notificationCount, long lastNotificationTime, int notificationId) in initSharedPreference()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
DPendingList.java172 final int notificationCount = recs.size(); in updateState() local
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java1270 private String getAppLabelPluralString(String appName, int notificationCount) { in getAppLabelPluralString()