Searched refs:onPluggableInvalidated (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/ |
H A D | Pluggable.java | 57 mListener.onPluggableInvalidated((This) this, reason); in invalidateList() 80 void onPluggableInvalidated(T pluggable, @Nullable String reason); in onPluggableInvalidated() method
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RankingCoordinatorTest.java | 287 .onPluggableInvalidated(mCapturedDozingFilter, "dozeAmount changed to one"); in statusBarStateCallbackTest() 291 verify(mInvalidationListener, never()).onPluggableInvalidated(any(), any()); in statusBarStateCallbackTest() 296 .onPluggableInvalidated(mCapturedDozingFilter, "dozeAmount changed to not one"); in statusBarStateCallbackTest() 300 verify(mInvalidationListener, never()).onPluggableInvalidated(any(), any()); in statusBarStateCallbackTest()
|
H A D | DreamCoordinatorTest.kt | 156 verify(filterListener).onPluggableInvalidated(eq(filter), any()) 160 verify(filterListener, never()).onPluggableInvalidated(eq(filter), any())
|
H A D | SmartspaceDedupingCoordinatorTest.kt | 345 verify(pluggableListener).onPluggableInvalidated(eq(filter), any()) 382 verify(pluggableListener).onPluggableInvalidated(eq(filter), any()) 390 verify(pluggableListener, never()).onPluggableInvalidated(eq(filter), any())
|
H A D | HideNotifsForOtherUsersCoordinatorTest.java | 106 verify(mInvalidationListener).onPluggableInvalidated(eq(mCapturedNotifFilter), any()); in testFilterIsInvalidatedWhenProfilesChange()
|
H A D | VisualStabilityCoordinatorTest.java | 142 }).when(mInvalidateListener).onPluggableInvalidated(eq(mNotifStabilityManager), any()); in setUp() 544 verify(mInvalidateListener, mode).onPluggableInvalidated(eq(mNotifStabilityManager), any()); in verifyStabilityManagerWasInvalidated()
|
H A D | SensitiveContentCoordinatorTest.kt | 83 verify(invalidationListener).onPluggableInvalidated(eq(invalidator), any())
|
H A D | KeyguardCoordinatorTest.kt | 282 verify(invalidationListener).onPluggableInvalidated(same(unseenFilter), anyString())
|