Home
last modified time | relevance | path

Searched refs:mEnqueuedNotifications (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java658 final ArrayList<NotificationRecord> mEnqueuedNotifications = new ArrayList<>(); field in NotificationManagerService
2300 + mSummaryByGroupKey.size() + mEnqueuedNotifications.size(); in getNotificationRecordCount()
2318 mEnqueuedNotifications.clear(); in clearNotifications()
2339 mEnqueuedNotifications.add(r); in addEnqueuedNotification()
3804 maybeNotifySystemUiListenerLifetimeExtendedListLocked(mEnqueuedNotifications,
4727 = new ArrayMap<>(mNotificationList.size() + mEnqueuedNotifications.size());
4742 final int M = mEnqueuedNotifications.size();
4745 mEnqueuedNotifications.get(i).getSbn());
5022 mEnqueuedNotifications, packageImportance);
6265 int N = mEnqueuedNotifications.size();
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java3705 assertThat(mService.mEnqueuedNotifications).hasSize(2); in onOpChanged_permissionRevoked_cancelsAllNotificationsFromPackage()
3716 assertThat(mService.mEnqueuedNotifications).hasSize(1); in onOpChanged_permissionRevoked_cancelsAllNotificationsFromPackage()
3717 assertThat(mService.mEnqueuedNotifications.get(0).getSbn().getPackageName()).isEqualTo( in onOpChanged_permissionRevoked_cancelsAllNotificationsFromPackage()
3740 assertThat(mService.mEnqueuedNotifications).hasSize(2); in onOpChanged_permissionStillGranted_notificationsAreNotAffected()
3750 assertThat(mService.mEnqueuedNotifications).hasSize(2); in onOpChanged_permissionStillGranted_notificationsAreNotAffected()