Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooterUtils.java215 final String vpnNameWorkProfile = securityModel.getWorkProfileVpnName(); in getButtonConfig() local
224 || vpnNameWorkProfile != null || (hasWorkProfile && isNetworkLoggingEnabled); in getButtonConfig()
245 vpnNameWorkProfile, organizationName, workProfileOrganizationName, in getButtonConfig()
253 } else if (vpnName != null || vpnNameWorkProfile != null) { in getButtonConfig()
269 String vpnName, String vpnNameWorkProfile, CharSequence organizationName, in getFooterText() argument
278 isNetworkLoggingEnabled, vpnName, vpnNameWorkProfile, organizationName); in getFooterText()
281 hasCACertsInWorkProfile, isNetworkLoggingEnabled, vpnName, vpnNameWorkProfile, in getFooterText()
288 String vpnName, String vpnNameWorkProfile, CharSequence organizationName) { in getManagedDeviceFooterText() argument
292 if (vpnName != null || vpnNameWorkProfile != null) { in getManagedDeviceFooterText()
293 return getManagedDeviceVpnText(vpnName, vpnNameWorkProfile, organizationName); in getManagedDeviceFooterText()
[all …]