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/
DQSSecurityFooter.java149 final String vpnNameWorkProfile = mSecurityController.getWorkProfileVpnName(); in handleRefreshState() local
154 vpnName != null || vpnNameWorkProfile != null; in handleRefreshState()
158 vpnNameWorkProfile, organizationName, workProfileName); 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 …]