Searched refs:hasCACertsInWorkProfile (Results 1 – 1 of 1) sorted by relevance
146 final boolean hasCACertsInWorkProfile = mSecurityController.hasCACertInWorkProfile(); in handleRefreshState()153 mIsVisible = (isDeviceManaged && !isDemoDevice) || hasCACerts || hasCACertsInWorkProfile || in handleRefreshState()157 hasCACerts, hasCACertsInWorkProfile, isNetworkLoggingEnabled, vpnName, in handleRefreshState()176 boolean hasCACerts, boolean hasCACertsInWorkProfile, boolean isNetworkLoggingEnabled, in getFooterText() argument180 if (hasCACerts || hasCACertsInWorkProfile || isNetworkLoggingEnabled) { in getFooterText()213 if (hasCACertsInWorkProfile) { in getFooterText()259 final boolean hasCACertsInWorkProfile = mSecurityController.hasCACertInWorkProfile(); in createDialog()287 hasCACertsInWorkProfile); in createDialog()381 boolean hasCACertsInWorkProfile) { in getCaCertsMessage() argument382 if (!(hasCACerts || hasCACertsInWorkProfile)) return null; in getCaCertsMessage()[all …]