Searched defs:hasCACerts (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSSecurityFooterUtils.java | 267 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/ |
D | SecurityControllerImpl.java | 302 Boolean hasCACerts = mHasCACerts.get(mCurrentUserId); in hasCACertInCurrentUser() local
|