Home
last modified time | relevance | path

Searched refs:FORCE_REMOTE_INPUT_HISTORY (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java114 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_isSpinning()
122 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_recentRemoteInput()
130 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_smartReplySending()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java89 public static boolean FORCE_REMOTE_INPUT_HISTORY = field in NotificationRemoteInputManager
569 if (!FORCE_REMOTE_INPUT_HISTORY) { in shouldKeepForRemoteInputHistory()
595 if (!FORCE_REMOTE_INPUT_HISTORY) { in shouldKeepForSmartReplyHistory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt482 !NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY) in <lambda>()