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.java214 final String vpnNameWorkProfile = securityModel.getWorkProfileVpnName(); in getButtonConfig() local
223 || vpnNameWorkProfile != null || (hasWorkProfile && isNetworkLoggingEnabled); in getButtonConfig()
244 vpnNameWorkProfile, organizationName, workProfileOrganizationName, in getButtonConfig()
252 } else if (vpnName != null || vpnNameWorkProfile != null) { in getButtonConfig()
268 String vpnName, String vpnNameWorkProfile, CharSequence organizationName, in getFooterText() argument
277 isNetworkLoggingEnabled, vpnName, vpnNameWorkProfile, organizationName); in getFooterText()
280 hasCACertsInWorkProfile, isNetworkLoggingEnabled, vpnName, vpnNameWorkProfile, in getFooterText()
287 String vpnName, String vpnNameWorkProfile, CharSequence organizationName) { in getManagedDeviceFooterText() argument
291 if (vpnName != null || vpnNameWorkProfile != null) { in getManagedDeviceFooterText()
292 return getManagedDeviceVpnText(vpnName, vpnNameWorkProfile, organizationName); in getManagedDeviceFooterText()
[all …]