Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinatorTest.kt126 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry1)).thenReturn(true) in testRemoteInputHistory()
187 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry)).thenReturn(true) in testRemoteInputLifetimeExtensionListenerTrigger()
206 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry)).thenReturn(false) in testSmartReplyLifetimeExtensionListenerTrigger()
225 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry)).thenReturn(false) in testRepeatedUpdateTriggersRebuild()
245 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry)).thenReturn(false) in testLifetimeExtensionListenerClearsRemoteInputs()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java117 assertTrue(mRemoteInputManager.shouldKeepForRemoteInputHistory(mEntry)); in testShouldExtendLifetime_isSpinning()
125 assertTrue(mRemoteInputManager.shouldKeepForRemoteInputHistory(mEntry)); in testShouldExtendLifetime_recentRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt118 if (mNotificationRemoteInputManager.shouldKeepForRemoteInputHistory( in onEntryUpdated()
235 mNotificationRemoteInputManager.shouldKeepForRemoteInputHistory(entry) in queryShouldExtendLifetime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java568 public boolean shouldKeepForRemoteInputHistory(NotificationEntry entry) { in shouldKeepForRemoteInputHistory() method in NotificationRemoteInputManager