Home
last modified time | relevance | path

Searched defs:hasCACerts (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooterUtils.java267 boolean hasCACerts, boolean hasCACertsInWorkProfile, boolean isNetworkLoggingEnabled, in getFooterText()
286 boolean hasCACerts, boolean hasCACertsInWorkProfile, boolean isNetworkLoggingEnabled, in getManagedDeviceFooterText()
362 boolean hasCACerts, boolean hasCACertsInWorkProfile, boolean isNetworkLoggingEnabled, in getManagedAndPersonalProfileFooterText()
382 private String getMonitoringText(boolean hasCACerts, boolean hasCACertsInWorkProfile, in getMonitoringText()
676 protected CharSequence getCaCertsMessage(boolean isDeviceManaged, boolean hasCACerts, in getCaCertsMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java302 Boolean hasCACerts = mHasCACerts.get(mCurrentUserId); in hasCACertInCurrentUser() local