Searched refs:mEnqueuedNotifications (Results 1 – 2 of 2) sorted by relevance
2138 mEnqueuedNotifications.clear(); in clearNotifications()2156 mEnqueuedNotifications.add(r); in addEnqueuedNotification()4454 final int M = mEnqueuedNotifications.size();5695 int N = mEnqueuedNotifications.size();6245 N = mEnqueuedNotifications.size();6385 N = mEnqueuedNotifications.size();7483 final int M = mEnqueuedNotifications.size();7824 mEnqueuedNotifications.add(r);8060 int N = mEnqueuedNotifications.size();8064 mEnqueuedNotifications.remove(i);[all …]
3251 assertThat(mService.mEnqueuedNotifications).hasSize(2); in onOpChanged_permissionRevoked_cancelsAllNotificationsFromPackage()3262 assertThat(mService.mEnqueuedNotifications).hasSize(1); in onOpChanged_permissionRevoked_cancelsAllNotificationsFromPackage()3263 assertThat(mService.mEnqueuedNotifications.get(0).getSbn().getPackageName()).isEqualTo( in onOpChanged_permissionRevoked_cancelsAllNotificationsFromPackage()3286 assertThat(mService.mEnqueuedNotifications).hasSize(2); in onOpChanged_permissionStillGranted_notificationsAreNotAffected()3296 assertThat(mService.mEnqueuedNotifications).hasSize(2); in onOpChanged_permissionStillGranted_notificationsAreNotAffected()