Home
last modified time | relevance | path

Searched refs:setNotifRemovedByUserCallback (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNotifShadeEventSource.kt34 fun setNotifRemovedByUserCallback(callback: Runnable) regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinator.kt57 override fun setNotifRemovedByUserCallback(callback: Runnable) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DLegacyNotificationPresenterExtensions.java84 public void setNotifRemovedByUserCallback(@NonNull Runnable callback) { in setNotifRemovedByUserCallback() method in LegacyNotificationPresenterExtensions
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinatorTest.kt67 coordinator.setNotifRemovedByUserCallback(notifRemovedByUserCallback)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java197 mNotifShadeEventSource.setNotifRemovedByUserCallback(this::maybeEndAmbientPulse); in StatusBarNotificationPresenter()