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.java107 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_isSpinning()
115 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_recentRemoteInput()
123 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_smartReplySending()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java19 …rt static com.android.systemui.statusbar.NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY;
184 && !FORCE_REMOTE_INPUT_HISTORY in stopAlerting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java86 public static boolean FORCE_REMOTE_INPUT_HISTORY = field in NotificationRemoteInputManager
305 if (FORCE_REMOTE_INPUT_HISTORY in setUpWithCallback()
485 if (!FORCE_REMOTE_INPUT_HISTORY) { in shouldKeepForRemoteInputHistory()
492 if (!FORCE_REMOTE_INPUT_HISTORY) { in shouldKeepForSmartReplyHistory()