Searched refs:vpnName (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSSecurityFooterUtils.java | 214 final String vpnName = securityModel.getPrimaryVpnName(); in getButtonConfig() local 228 || vpnName != null in getButtonConfig() 244 hasCACerts, hasCACertsInWorkProfile, isNetworkLoggingEnabled, vpnName, 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 …]
|