Searched refs:shouldKeepForSmartReplyHistory (Results 1 – 4 of 4) sorted by relevance
131 assertTrue(mRemoteInputManager.shouldKeepForSmartReplyHistory(mEntry)); in testShouldExtendLifetime_smartReplySending()
121 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry1)).thenReturn(true)
201 mNotificationRemoteInputManager.shouldKeepForSmartReplyHistory(entry)
585 public boolean shouldKeepForSmartReplyHistory(NotificationEntry entry) { in shouldKeepForSmartReplyHistory() method in NotificationRemoteInputManager