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.java124 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_isSpinning()
132 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_recentRemoteInput()
140 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;
153 && !FORCE_REMOTE_INPUT_HISTORY;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java87 public static boolean FORCE_REMOTE_INPUT_HISTORY = field in NotificationRemoteInputManager
336 if (FORCE_REMOTE_INPUT_HISTORY in setUpWithCallback()
596 if (!FORCE_REMOTE_INPUT_HISTORY) { in shouldKeepForRemoteInputHistory()
624 if (!FORCE_REMOTE_INPUT_HISTORY) { in shouldKeepForSmartReplyHistory()