Searched refs:mEnqueuedNotifications (Results 1 – 2 of 2) sorted by relevance
658 final ArrayList<NotificationRecord> mEnqueuedNotifications = new ArrayList<>(); field in NotificationManagerService2300 + 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 …]
3705 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()