Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinatorTest.kt40 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener
172 withArgCaptor<OnBeforeRenderListListener> { in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction()
192 withArgCaptor<OnBeforeRenderListListener> { in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_sensitiveActive()
214 withArgCaptor<OnBeforeRenderListListener> { in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_shouldProtectNotification()
240 withArgCaptor<OnBeforeRenderListListener> { in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction()
260 withArgCaptor<OnBeforeRenderListListener> { in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_sensitiveActive()
282 withArgCaptor<OnBeforeRenderListListener> { in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_shouldProtectNotification()
308 withArgCaptor<OnBeforeRenderListListener> { in onBeforeRenderList_deviceLocked_userAllowsPublicNotifs()
328 withArgCaptor<OnBeforeRenderListListener> { in onBeforeRenderList_deviceLocked_userAllowsPublicNotifs_sensitiveActive()
350 withArgCaptor<OnBeforeRenderListListener> { in onBeforeRenderList_deviceLocked_userAllowsPublicNotifs_shouldProtectNotification()
[all …]
DShadeEventCoordinatorTest.kt28 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener
48 private lateinit var onBeforeRenderListListener: OnBeforeRenderListListener
DRowAppearanceCoordinatorTest.kt29 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener
48 private lateinit var beforeRenderListListener: OnBeforeRenderListListener
DDismissibilityCoordinatorTest.kt27 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener
46 private lateinit var onBeforeRenderListListener: OnBeforeRenderListListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DOnBeforeRenderListListener.java25 public interface OnBeforeRenderListListener { interface
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupExpansionManagerImpl.java30 …port com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener;
68 private final OnBeforeRenderListListener mNotifTracker = (entries) -> {
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/
DGroupExpansionManagerTest.kt29 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener in <lambda>()
53 private lateinit var beforeRenderListListener: OnBeforeRenderListListener in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifPipeline.kt23 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener
211 fun addOnBeforeRenderListListener(listener: OnBeforeRenderListListener) { in addOnBeforeRenderListListener()
DShadeListBuilder.java53 …port com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener;
131 private final NamedListenerSet<OnBeforeRenderListListener>
205 void addOnBeforeRenderListListener(OnBeforeRenderListListener listener) { in addOnBeforeRenderListListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinator.kt33 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener
67 OnBeforeRenderListListener { in bindCoordinator()
DConversationCoordinator.kt24 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener in <lambda>()
56 private val onBeforeRenderListListener = OnBeforeRenderListListener { _ -> in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinatorTest.kt37 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener
76 private lateinit var beforeRenderListListener: OnBeforeRenderListListener
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java65 …port com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener;
116 @Spy private OnBeforeRenderListListener mOnBeforeRenderListListener;
1877 OnBeforeRenderListListener listener = (list) -> invalidator.maybeInvalidate(); in testOutOfOrderComparatorInvalidationDoesNotThrowBeforeTooManyRuns()
1900 OnBeforeRenderListListener listener = (list) -> invalidator.maybeInvalidate(); in testOutOfOrderComparatorInvalidationThrowsAfterTooManyRuns()
1925 OnBeforeRenderListListener listener = (list) -> invalidator.maybeInvalidate(); in testOutOfOrderPreRenderFilterInvalidationDoesNotThrowBeforeTooManyRuns()
1948 OnBeforeRenderListListener listener = (list) -> invalidator.maybeInvalidate(); in testOutOfOrderPreRenderFilterInvalidationThrowsAfterTooManyRuns()
2684 implements OnBeforeRenderListListener {