Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java131 assertTrue(mRemoteInputManager.shouldKeepForSmartReplyHistory(mEntry)); in testShouldExtendLifetime_smartReplySending()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinatorTest.kt121 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry1)).thenReturn(true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt201 mNotificationRemoteInputManager.shouldKeepForSmartReplyHistory(entry)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java585 public boolean shouldKeepForSmartReplyHistory(NotificationEntry entry) { in shouldKeepForSmartReplyHistory() method in NotificationRemoteInputManager