Searched refs:isNotificationKeptForRemoteInputHistory (Results 1 – 4 of 4) sorted by relevance
120 assertThat(listener.isNotificationKeptForRemoteInputHistory(entry1.key)).isFalse() in testRemoteInputActive()130 assertThat(listener.isNotificationKeptForRemoteInputHistory(entry1.key)).isTrue() in testRemoteInputHistory()140 assertThat(listener.isNotificationKeptForRemoteInputHistory(entry1.key)).isTrue() in testSmartReplyHistory()
562 public boolean isNotificationKeptForRemoteInputHistory(String key) { in isNotificationKeptForRemoteInputHistory() method in NotificationRemoteInputManager564 && mRemoteInputListener.isNotificationKeptForRemoteInputHistory(key); in isNotificationKeptForRemoteInputHistory()762 boolean isNotificationKeptForRemoteInputHistory(@NonNull String key); in isNotificationKeptForRemoteInputHistory() method
208 override fun isNotificationKeptForRemoteInputHistory(key: String) = in isNotificationKeptForRemoteInputHistory() method
407 || mRemoteInputManager.isNotificationKeptForRemoteInputHistory(notificationKey))) { in handleNotificationClickAfterPanelCollapsed()443 || mRemoteInputManager.isNotificationKeptForRemoteInputHistory(notificationKey)) { in onDragSuccess()