Searched refs:SelfTrackingLifetimeExtender (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RemoteInputCoordinator.kt | 35 …com.android.systemui.statusbar.notification.collection.notifcollection.SelfTrackingLifetimeExtender 183 SelfTrackingLifetimeExtender(TAG, "RemoteInputHistory", DEBUG, mMainHandler) { 199 SelfTrackingLifetimeExtender(TAG, "SmartReplyHistory", DEBUG, mMainHandler) { 220 SelfTrackingLifetimeExtender(TAG, "RemoteInputActive", DEBUG, mMainHandler) {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | SelfTrackingLifetimeExtender.kt | 15 abstract class SelfTrackingLifetimeExtender( regex
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | SelfTrackingLifetimeExtenderTest.kt | 217 SelfTrackingLifetimeExtender("Test", "Testable", debug, mainHandler) {
|