Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSensitiveContentCoordinatorTest.kt78 onBeforeRenderListListener.onBeforeRenderList(listOf(entry))
96 onBeforeRenderListListener.onBeforeRenderList(listOf(entry))
114 onBeforeRenderListListener.onBeforeRenderList(listOf(entry))
132 onBeforeRenderListListener.onBeforeRenderList(listOf(entry))
150 onBeforeRenderListListener.onBeforeRenderList(listOf(entry))
168 onBeforeRenderListListener.onBeforeRenderList(listOf(entry))
188 onBeforeRenderListListener.onBeforeRenderList(listOf(entry))
H A DShadeEventCoordinatorTest.kt78 onBeforeRenderListListener.onBeforeRenderList(listOf())
86 onBeforeRenderListListener.onBeforeRenderList(listOf())
94 onBeforeRenderListListener.onBeforeRenderList(listOf(entry2))
102 onBeforeRenderListListener.onBeforeRenderList(listOf(entry2))
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinator.kt44 pipeline.addOnBeforeRenderListListener(this::onBeforeRenderList)
67 private fun onBeforeRenderList(entries: List<ListEntry>) { regex
H A DSensitiveContentCoordinator.kt63 override fun onBeforeRenderList(entries: List<ListEntry>) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DOnBeforeRenderListListener.java33 void onBeforeRenderList(List<ListEntry> entries); in onBeforeRenderList() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java840 inOrder.verify(mOnBeforeRenderListListener).onBeforeRenderList(anyList()); in testListenersAndPluggablesAreFiredInOrder()
1705 public void onBeforeRenderList(List<ListEntry> list) { in onBeforeRenderList() method in ShadeListBuilderTest.RecordingOnBeforeRenderListener
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java1064 mOnBeforeRenderListListeners.get(i).onBeforeRenderList(entries); in dispatchOnBeforeRenderList()