Searched refs:shouldKeepForSmartReplyHistory (Results 1 – 4 of 4) sorted by relevance
136 `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()
124 } else if (mNotificationRemoteInputManager.shouldKeepForSmartReplyHistory( in onEntryUpdated()251 mNotificationRemoteInputManager.shouldKeepForSmartReplyHistory(entry) in queryShouldExtendLifetime()
133 assertTrue(mRemoteInputManager.shouldKeepForSmartReplyHistory(mEntry)); in testShouldExtendLifetime_smartReplySending()
594 public boolean shouldKeepForSmartReplyHistory(NotificationEntry entry) { in shouldKeepForSmartReplyHistory() method in NotificationRemoteInputManager