Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityController.java49 String getWorkProfileVpnName(); in getWorkProfileVpnName() method
DSecurityControllerImpl.java225 public String getWorkProfileVpnName() { in getWorkProfileVpnName() method in SecurityControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java112 public String getWorkProfileVpnName() { in getWorkProfileVpnName() method in FakeSecurityController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSSecurityFooterTest.java320 when(mSecurityController.getWorkProfileVpnName()).thenReturn(VPN_PACKAGE_2); in testManagedTwoVpnsEnabled()
407 when(mSecurityController.getWorkProfileVpnName()).thenReturn(VPN_PACKAGE_2); in testTwoVpnsEnabled()
419 when(mSecurityController.getWorkProfileVpnName()).thenReturn(VPN_PACKAGE_2); in testWorkProfileVpnEnabled_workProfileOn()
434 when(mSecurityController.getWorkProfileVpnName()).thenReturn(VPN_PACKAGE_2); in testWorkProfileVpnEnabled_workProfileOff()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooter.java181 final String vpnNameWorkProfile = mSecurityController.getWorkProfileVpnName(); in handleRefreshState()
374 final String vpnNameWorkProfile = mSecurityController.getWorkProfileVpnName(); in createOrganizationDialogView()