Searched refs:shouldKeepForRemoteInputHistory (Results 1 – 4 of 4) sorted by relevance
126 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry1)).thenReturn(true) in testRemoteInputHistory()187 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry)).thenReturn(true) in testRemoteInputLifetimeExtensionListenerTrigger()206 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry)).thenReturn(false) in testSmartReplyLifetimeExtensionListenerTrigger()225 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry)).thenReturn(false) in testRepeatedUpdateTriggersRebuild()245 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry)).thenReturn(false) in testLifetimeExtensionListenerClearsRemoteInputs()
117 assertTrue(mRemoteInputManager.shouldKeepForRemoteInputHistory(mEntry)); in testShouldExtendLifetime_isSpinning()125 assertTrue(mRemoteInputManager.shouldKeepForRemoteInputHistory(mEntry)); in testShouldExtendLifetime_recentRemoteInput()
118 if (mNotificationRemoteInputManager.shouldKeepForRemoteInputHistory( in onEntryUpdated()235 mNotificationRemoteInputManager.shouldKeepForRemoteInputHistory(entry) in queryShouldExtendLifetime()
568 public boolean shouldKeepForRemoteInputHistory(NotificationEntry entry) { in shouldKeepForRemoteInputHistory() method in NotificationRemoteInputManager