Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java267 public static final boolean FORCE_REMOTE_INPUT_HISTORY = field in StatusBar
1492 if (FORCE_REMOTE_INPUT_HISTORY && mKeysKeptForRemoteInput.contains(entry.key)) { in startKeyguard()
1680 && !FORCE_REMOTE_INPUT_HISTORY in removeNotification()
1688 if (FORCE_REMOTE_INPUT_HISTORY && mRemoteInputController.isSpinning(key)) { in removeNotification()
1823 if (FORCE_REMOTE_INPUT_HISTORY in performRemoveNotification()