Home
last modified time | relevance | path

Searched refs:OnEndLifetimeExtensionCallback (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifLifetimeExtender.java38 void setCallback(@NonNull OnEndLifetimeExtensionCallback callback); in setCallback()
59 interface OnEndLifetimeExtensionCallback { interface
H A DSelfTrackingLifetimeExtender.kt21 private lateinit var mCallback: NotifLifetimeExtender.OnEndLifetimeExtensionCallback
104 final override fun setCallback(callback: NotifLifetimeExtender.OnEndLifetimeExtensionCallback) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGutsCoordinator.kt26 …tusbar.notification.collection.notifcollection.NotifLifetimeExtender.OnEndLifetimeExtensionCallback
55 private var onEndLifetimeExtensionCallback: OnEndLifetimeExtensionCallback? = null
83 override fun setCallback(callback: OnEndLifetimeExtensionCallback) {
H A DHeadsUpCoordinator.java73 private NotifLifetimeExtender.OnEndLifetimeExtensionCallback mEndLifetimeExtension;
173 public void setCallback(@NonNull OnEndLifetimeExtensionCallback callback) {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGutsCoordinatorTest.kt27 …tusbar.notification.collection.notifcollection.NotifLifetimeExtender.OnEndLifetimeExtensionCallback
56 @Mock private lateinit var lifetimeExtenderCallback: OnEndLifetimeExtensionCallback
H A DRemoteInputCoordinatorTest.kt35 …tusbar.notification.collection.notifcollection.NotifLifetimeExtender.OnEndLifetimeExtensionCallback
59 @Mock private lateinit var lifetimeExtensionCallback: OnEndLifetimeExtensionCallback
H A DHeadsUpCoordinatorTest.java74 @Mock private NotifLifetimeExtender.OnEndLifetimeExtensionCallback mEndLifetimeExtension;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DSelfTrackingLifetimeExtenderTest.kt25 …tusbar.notification.collection.notifcollection.NotifLifetimeExtender.OnEndLifetimeExtensionCallback
53 private lateinit var callback: OnEndLifetimeExtensionCallback
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java1483 public @Nullable OnEndLifetimeExtensionCallback callback;
1498 public void setCallback(@NonNull OnEndLifetimeExtensionCallback callback) { in setCallback()