Searched refs:SelfTrackingLifetimeExtender (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RemoteInputCoordinator.kt | 40 …com.android.systemui.statusbar.notification.collection.notifcollection.SelfTrackingLifetimeExtender 232 SelfTrackingLifetimeExtender(TAG, "RemoteInputHistory", DEBUG, mMainHandler) { 248 SelfTrackingLifetimeExtender(TAG, "SmartReplyHistory", DEBUG, mMainHandler) { 269 SelfTrackingLifetimeExtender(TAG, "RemoteInputActive", DEBUG, mMainHandler) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | SelfTrackingLifetimeExtender.kt | 18 abstract class SelfTrackingLifetimeExtender( in <lambda>() class
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | SelfTrackingLifetimeExtenderTest.kt | 217 SelfTrackingLifetimeExtender("Test", "Testable", debug, mainHandler) {
|