Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooter.java178 final boolean hasCACertsInWorkProfile = mSecurityController.hasCACertInWorkProfile(); in handleRefreshState()
189 final boolean hasDisclosableWorkProfilePolicy = hasCACertsInWorkProfile in handleRefreshState()
212 hasCACerts, hasCACertsInWorkProfile, isNetworkLoggingEnabled, vpnName, in handleRefreshState()
244 boolean hasCACerts, boolean hasCACertsInWorkProfile, boolean isNetworkLoggingEnabled, in getFooterText() argument
253 if (hasCACerts || hasCACertsInWorkProfile || isNetworkLoggingEnabled) { in getFooterText()
292 if (hasCACertsInWorkProfile && isWorkProfileOn) { in getFooterText()
371 final boolean hasCACertsInWorkProfile = mSecurityController.hasCACertInWorkProfile(); in createOrganizationDialogView()
398 hasCACertsInWorkProfile); in createOrganizationDialogView()
525 boolean hasCACertsInWorkProfile) { in getCaCertsMessage() argument
526 if (!(hasCACerts || hasCACertsInWorkProfile)) return null; in getCaCertsMessage()
[all …]