Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationController.java144 int notificationCount = info.getNotificationCount(); in createNotificationInfoWithNewUidAndCount() local
148 && notificationCount < NOTIFICATION_COUNT_THRESHOLD) { in createNotificationInfoWithNewUidAndCount()
155 notificationCount = info.getNotificationCount() + 1; in createNotificationInfoWithNewUidAndCount()
157 Log.i(TAG, "notificationCount:" + notificationCount); in createNotificationInfoWithNewUidAndCount()
158 if (notificationCount == 1) { in createNotificationInfoWithNewUidAndCount()
163 return new NotificationInfo(uidSet, notificationCount, dismissCount, lastNotificationTime, in createNotificationInfoWithNewUidAndCount()
DNotificationInfo.java32 NotificationInfo(Set<Integer> uidCollection, int notificationCount, int dismissCount, in NotificationInfo() argument
35 this.mNotificationCount = notificationCount; in NotificationInfo()
65 public void setNotificationCount(int notificationCount) { in setNotificationCount() argument
66 this.mNotificationCount = notificationCount; in setNotificationCount()
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DNotificationControllerTest.java185 int notificationCount, long lastNotificationTime, int notificationId) in initSharedPreference() argument
187 NotificationInfo info = new NotificationInfo(uidCollection, notificationCount, dismissCount, in initSharedPreference()
DAppLocalePickerActivityTest.java518 int notificationCount, long lastNotificationTime, int notificationId) in initSharedPreference() argument
520 NotificationInfo info = new NotificationInfo(uidSet, notificationCount, dismissCount, in initSharedPreference()
/packages/apps/Gallery2/src/com/android/photos/data/
DNotificationWatcher.java43 public int notificationCount() { in notificationCount() method in NotificationWatcher
/packages/modules/Permission/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/Launcher3/src/com/android/launcher3/
DBubbleTextView.java1270 private String getAppLabelPluralString(String appName, int notificationCount) { in getAppLabelPluralString() argument
1276 args.put("count", notificationCount); in getAppLabelPluralString()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java1561 for (ConnectToNetworkNotificationAndActionCount notificationCount in assertDeserializedMetricsCorrect()
1563 assertEquals(NUM_CONNECT_TO_NETWORK_NOTIFICATIONS[notificationCount.notification], in assertDeserializedMetricsCorrect()
1564 notificationCount.count); in assertDeserializedMetricsCorrect()
1566 notificationCount.recommender); in assertDeserializedMetricsCorrect()