Home
last modified time | relevance | path

Searched refs:LegacyRemoteInputLifetimeExtender (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java44 …m.android.systemui.statusbar.NotificationRemoteInputManager.LegacyRemoteInputLifetimeExtender.Remo…
45 …m.android.systemui.statusbar.NotificationRemoteInputManager.LegacyRemoteInputLifetimeExtender.Remo…
46 …m.android.systemui.statusbar.NotificationRemoteInputManager.LegacyRemoteInputLifetimeExtender.Smar…
228 protected LegacyRemoteInputLifetimeExtender createLegacyRemoteInputLifetimeExtender( in createLegacyRemoteInputLifetimeExtender()
236 class FakeLegacyRemoteInputLifetimeExtender extends LegacyRemoteInputLifetimeExtender {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java337 protected LegacyRemoteInputLifetimeExtender createLegacyRemoteInputLifetimeExtender( in createLegacyRemoteInputLifetimeExtender()
341 return new LegacyRemoteInputLifetimeExtender(); in createLegacyRemoteInputLifetimeExtender()
580 return ((LegacyRemoteInputLifetimeExtender) mRemoteInputListener).mLifetimeExtenders; in getLifetimeExtenders()
586 ((LegacyRemoteInputLifetimeExtender) mRemoteInputListener) in onPerformRemoveNotification()
805 protected class LegacyRemoteInputLifetimeExtender implements RemoteInputListener, Dumpable { class in NotificationRemoteInputManager
836 LegacyRemoteInputLifetimeExtender() { in LegacyRemoteInputLifetimeExtender() method in NotificationRemoteInputManager.LegacyRemoteInputLifetimeExtender