Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinatorTest.kt136 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry1)).thenReturn(true) in testSmartReplyHistory()
188 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry)).thenReturn(false) in testRemoteInputLifetimeExtensionListenerTrigger()
207 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry)).thenReturn(true) in testSmartReplyLifetimeExtensionListenerTrigger()
226 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry)).thenReturn(false) in testRepeatedUpdateTriggersRebuild()
246 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry)).thenReturn(false) in testLifetimeExtensionListenerClearsRemoteInputs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt124 } else if (mNotificationRemoteInputManager.shouldKeepForSmartReplyHistory( in onEntryUpdated()
251 mNotificationRemoteInputManager.shouldKeepForSmartReplyHistory(entry) in queryShouldExtendLifetime()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java133 assertTrue(mRemoteInputManager.shouldKeepForSmartReplyHistory(mEntry)); in testShouldExtendLifetime_smartReplySending()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java594 public boolean shouldKeepForSmartReplyHistory(NotificationEntry entry) { in shouldKeepForSmartReplyHistory() method in NotificationRemoteInputManager