Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooter.java148 final String vpnName = mSecurityController.getPrimaryVpnName(); in handleRefreshState() local
154 vpnName != null || vpnNameWorkProfile != null; in handleRefreshState()
157 hasCACerts, hasCACertsInWorkProfile, isNetworkLoggingEnabled, vpnName, in handleRefreshState()
161 if (vpnName != null || vpnNameWorkProfile != null) { in handleRefreshState()
177 String vpnName, String vpnNameWorkProfile, CharSequence organizationName, in getFooterText() argument
189 if (vpnName != null && vpnNameWorkProfile != null) { in getFooterText()
196 if (vpnName != null || vpnNameWorkProfile != null) { in getFooterText()
200 vpnName != null ? vpnName : vpnNameWorkProfile); in getFooterText()
205 vpnName != null ? vpnName : vpnNameWorkProfile); in getFooterText()
225 if (vpnName != null && vpnNameWorkProfile != null) { in getFooterText()
[all …]