Searched refs:shouldKeepForSmartReplyHistory (Results 1 – 5 of 5) sorted by relevance
121 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry1)).thenReturn(true)
202 mNotificationRemoteInputManager.shouldKeepForSmartReplyHistory(entry)
170 assertTrue(mRemoteInputManager.shouldKeepForSmartReplyHistory(mEntry)); in testShouldExtendLifetime_smartReplySending()
639 public boolean shouldKeepForSmartReplyHistory(NotificationEntry entry) { in shouldKeepForSmartReplyHistory() method in NotificationRemoteInputManager981 return shouldKeepForSmartReplyHistory(entry); in shouldExtendLifetime()
590 || mRemoteInputManagerLazy.get().shouldKeepForSmartReplyHistory(childEntry); in handleGroupSummaryRemoved()