Searched refs:hasCACertsInWorkProfile (Results 1 – 1 of 1) sorted by relevance
178 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() argument253 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() argument526 if (!(hasCACerts || hasCACertsInWorkProfile)) return null; in getCaCertsMessage()[all …]