Searched refs:onBeforeRenderList (Results 1 – 12 of 12) sorted by relevance
65 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in testNotif()81 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in testProviderCleared()82 onBeforeRenderListListener.onBeforeRenderList(emptyList()) // provider should be updated in testProviderCleared()95 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in testNonDismissableEntry()112 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in testOngoingNotifWhenPhoneIsLocked()129 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in testOngoingNotifWhenPhoneIsUnLocked()147 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in testOngoingNondismissNotifWhenPhoneIsUnLocked()171 onBeforeRenderListListener.onBeforeRenderList( in testMultipleEntries()200 onBeforeRenderListListener.onBeforeRenderList(listOf(group)) in testNonDismissableEntryInGroup()220 onBeforeRenderListListener.onBeforeRenderList(listOf(group)) in testOngoingEntryInGroupWhenPhoneIsLocked()[all …]
182 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction()203 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_sensitiveActive()230 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_shouldProtectNotification()250 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction()271 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_sensitiveActive()298 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_shouldProtectNotification()318 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in onBeforeRenderList_deviceLocked_userAllowsPublicNotifs()339 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in onBeforeRenderList_deviceLocked_userAllowsPublicNotifs_sensitiveActive()366 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in onBeforeRenderList_deviceLocked_userAllowsPublicNotifs_shouldProtectNotification()386 onBeforeRenderListListener.onBeforeRenderList(listOf(entry)) in onBeforeRenderList_deviceLocked_userDisallowsPublicNotifs_notifDoesNotNeedRedaction()[all …]
85 onBeforeRenderListListener.onBeforeRenderList(listOf()) in testUserCancelLastNotification()93 onBeforeRenderListListener.onBeforeRenderList(listOf()) in testAppCancelLastNotification()101 onBeforeRenderListListener.onBeforeRenderList(listOf(entry2)) in testUserCancelOneOfTwoNotifications()109 onBeforeRenderListListener.onBeforeRenderList(listOf(entry2)) in testAppCancelOneOfTwoNotifications()
87 beforeRenderListListener.onBeforeRenderList(listOf(entry1, entry2)) in testSetSystemExpandedOnlyOnFirst()98 beforeRenderListListener.onBeforeRenderList(listOf(entry1, entry2)) in testSetSystemExpandedNeverIfMinimized()
60 pipeline.addOnBeforeRenderListListener(::onBeforeRenderList) in <lambda>()64 private fun onBeforeRenderList(list: List<ListEntry>) { in <lambda>() method
47 pipeline.addOnBeforeRenderListListener(this::onBeforeRenderList) in attach()70 private fun onBeforeRenderList(entries: List<ListEntry>) { in onBeforeRenderList() method
98 override fun onBeforeRenderList(entries: List<ListEntry>) { in bindCoordinator() method in com.android.systemui.statusbar.notification.collection.coordinator.SensitiveContentCoordinatorImpl
33 void onBeforeRenderList(List<ListEntry> entries); in onBeforeRenderList() method
134 beforeRenderListListener.onBeforeRenderList(entries) in <lambda>()142 beforeRenderListListener.onBeforeRenderList(emptyList()) in <lambda>()
164 beforeRenderListListener.onBeforeRenderList(listOf(importantChild, groupEntry)) in testPromotedImportantConversationsMakesSummaryUnimportant()
1008 inOrder.verify(mOnBeforeRenderListListener).onBeforeRenderList(anyList()); in testListenersAndPluggablesAreFiredInOrder()2688 public void onBeforeRenderList(List<ListEntry> list) { in onBeforeRenderList() method in ShadeListBuilderTest.RecordingOnBeforeRenderListener
1462 listener.onBeforeRenderList(entries); in dispatchOnBeforeRenderList()