Searched refs:OnBeforeRenderListListener (Results 1 – 13 of 13) sorted by relevance
40 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener172 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 …]
28 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener48 private lateinit var onBeforeRenderListListener: OnBeforeRenderListListener
29 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener48 private lateinit var beforeRenderListListener: OnBeforeRenderListListener
27 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener46 private lateinit var onBeforeRenderListListener: OnBeforeRenderListListener
25 public interface OnBeforeRenderListListener { interface
30 …port com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener;68 private final OnBeforeRenderListListener mNotifTracker = (entries) -> {
29 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener in <lambda>()53 private lateinit var beforeRenderListListener: OnBeforeRenderListListener in <lambda>()
23 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener211 fun addOnBeforeRenderListListener(listener: OnBeforeRenderListListener) { in addOnBeforeRenderListListener()
53 …port com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener;131 private final NamedListenerSet<OnBeforeRenderListListener>205 void addOnBeforeRenderListListener(OnBeforeRenderListListener listener) { in addOnBeforeRenderListListener()
33 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener67 OnBeforeRenderListListener { in bindCoordinator()
24 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener in <lambda>()56 private val onBeforeRenderListListener = OnBeforeRenderListListener { _ -> in <lambda>()
37 import com.android.systemui.statusbar.notification.collection.listbuilder.OnBeforeRenderListListener76 private lateinit var beforeRenderListListener: OnBeforeRenderListListener
65 …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 {