Searched refs:mCapturedDozingFilter (Results 1 – 1 of 1) sorted by relevance
86 private NotifFilter mCapturedDozingFilter; field in RankingCoordinatorTest110 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()