Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinatorTest.kt121 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry1)).thenReturn(true)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt202 mNotificationRemoteInputManager.shouldKeepForSmartReplyHistory(entry)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java170 assertTrue(mRemoteInputManager.shouldKeepForSmartReplyHistory(mEntry)); in testShouldExtendLifetime_smartReplySending()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java639 public boolean shouldKeepForSmartReplyHistory(NotificationEntry entry) { in shouldKeepForSmartReplyHistory() method in NotificationRemoteInputManager
981 return shouldKeepForSmartReplyHistory(entry); in shouldExtendLifetime()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java590 || mRemoteInputManagerLazy.get().shouldKeepForSmartReplyHistory(childEntry); in handleGroupSummaryRemoved()