Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java135 public static final boolean FORCE_REMOTE_INPUT_HISTORY = field in BaseStatusBar
983 if (FORCE_REMOTE_INPUT_HISTORY in performRemoveNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1195 if (FORCE_REMOTE_INPUT_HISTORY && mKeysKeptForRemoteInput.contains(entry.key)) { in startKeyguard()
1477 && !FORCE_REMOTE_INPUT_HISTORY; in removeNotification()
1484 if (FORCE_REMOTE_INPUT_HISTORY && mRemoteInputController.isSpinning(key)) { in removeNotification()