Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java94 mLegacyRemoteInputLifetimeExtender; field in NotificationRemoteInputManagerTest
178 assertEquals(mLegacyRemoteInputLifetimeExtender.getEntriesKeptForRemoteInputActive(), in testNotificationWithRemoteInputActiveIsRemovedOnCollapse()
184 mLegacyRemoteInputLifetimeExtender.getEntriesKeptForRemoteInputActive().isEmpty()); in testNotificationWithRemoteInputActiveIsRemovedOnCollapse()
232 mLegacyRemoteInputLifetimeExtender = new FakeLegacyRemoteInputLifetimeExtender(); in createLegacyRemoteInputLifetimeExtender()
233 return mLegacyRemoteInputLifetimeExtender; in createLegacyRemoteInputLifetimeExtender()