Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpController.java19 …rt static com.android.systemui.statusbar.NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY;
156 && !FORCE_REMOTE_INPUT_HISTORY in stopAlerting()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java123 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_isSpinning()
131 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_recentRemoteInput()
139 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_smartReplySending()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.java19 …rt static com.android.systemui.statusbar.NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY;
149 && !FORCE_REMOTE_INPUT_HISTORY;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java86 public static boolean FORCE_REMOTE_INPUT_HISTORY = field in NotificationRemoteInputManager
325 if (FORCE_REMOTE_INPUT_HISTORY in setUpWithCallback()
538 if (!FORCE_REMOTE_INPUT_HISTORY) { in shouldKeepForRemoteInputHistory()
546 if (!FORCE_REMOTE_INPUT_HISTORY) { in shouldKeepForSmartReplyHistory()