Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRankingCoordinatorTest.java86 private NotifFilter mCapturedDozingFilter; field in RankingCoordinatorTest
110 mCapturedDozingFilter = mNotifFilterCaptor.getAllValues().get(1); in setup()
111 mCapturedDozingFilter.setInvalidationListener(mInvalidationListener); in setup()
172 assertTrue(mCapturedDozingFilter.shouldFilterOut(mEntry, 0)); in filterDozingSuppressAmbient()
178 assertFalse(mCapturedDozingFilter.shouldFilterOut(mEntry, 0)); in filterDozingSuppressAmbient()
185 assertTrue(mCapturedDozingFilter.shouldFilterOut(mEntry, 0)); in filterDozingSuppressAmbient()
199 assertFalse(mCapturedDozingFilter.shouldFilterOut(mEntry, 0)); in filterDozingSuppressNotificationList()
205 assertTrue(mCapturedDozingFilter.shouldFilterOut(mEntry, 0)); in filterDozingSuppressNotificationList()
287 .onPluggableInvalidated(mCapturedDozingFilter, "dozeAmount changed to one"); in statusBarStateCallbackTest()
296 .onPluggableInvalidated(mCapturedDozingFilter, "dozeAmount changed to not one"); in statusBarStateCallbackTest()