Searched refs:isNotificationKeptForRemoteInputHistory (Results 1 – 4 of 4) sorted by relevance
107 assertThat(listener.isNotificationKeptForRemoteInputHistory(entry1.key)).isFalse()116 assertThat(listener.isNotificationKeptForRemoteInputHistory(entry1.key)).isTrue()125 assertThat(listener.isNotificationKeptForRemoteInputHistory(entry1.key)).isTrue()
553 public boolean isNotificationKeptForRemoteInputHistory(String key) { in isNotificationKeptForRemoteInputHistory() method in NotificationRemoteInputManager555 && mRemoteInputListener.isNotificationKeptForRemoteInputHistory(key); in isNotificationKeptForRemoteInputHistory()753 boolean isNotificationKeptForRemoteInputHistory(@NonNull String key); in isNotificationKeptForRemoteInputHistory() method
162 override fun isNotificationKeptForRemoteInputHistory(key: String) =
359 || mRemoteInputManager.isNotificationKeptForRemoteInputHistory(notificationKey))) { in handleNotificationClickAfterPanelCollapsed()395 || mRemoteInputManager.isNotificationKeptForRemoteInputHistory(notificationKey)) { in onDragSuccess()