Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooter.java71 private static final boolean DEBUG_FORCE_VISIBLE = false; field in QSSecurityFooter
252 if (isDeviceManaged || DEBUG_FORCE_VISIBLE) { in getFooterText()
616 mRootView.setVisibility(mIsVisible || DEBUG_FORCE_VISIBLE ? View.VISIBLE : View.GONE);