Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4432 boolean publicMode = isAnyProfilePublicMode(); in updateStackScrollerState()
4789 private boolean isAnyProfilePublicMode() { in isAnyProfilePublicMode() method
4801 if (mPendingWorkRemoteInputView != null && !isAnyProfilePublicMode()) { in onWorkChallengeChanged()