Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java178 assertEquals(mLegacyRemoteInputLifetimeExtender.getEntriesKeptForRemoteInputActive(), in testNotificationWithRemoteInputActiveIsRemovedOnCollapse()
184 mLegacyRemoteInputLifetimeExtender.getEntriesKeptForRemoteInputActive().isEmpty()); in testNotificationWithRemoteInputActiveIsRemovedOnCollapse()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java906 public Set<NotificationEntry> getEntriesKeptForRemoteInputActive() { in getEntriesKeptForRemoteInputActive() method in NotificationRemoteInputManager.LegacyRemoteInputLifetimeExtender