Searched refs:getWorkProfileVpnName (Results 1 – 6 of 6) sorted by relevance
56 String getWorkProfileVpnName(); in getWorkProfileVpnName() method
266 public String getWorkProfileVpnName() { in getWorkProfileVpnName() method in SecurityControllerImpl
122 public String getWorkProfileVpnName() { in getWorkProfileVpnName() method in FakeSecurityController
84 override fun getWorkProfileVpnName(): String? = fakeState.workProfileVpnName in isDeviceManaged() method in com.android.systemui.statusbar.policy.FakeSecurityController
337 when(mSecurityController.getWorkProfileVpnName()).thenReturn(VPN_PACKAGE_2); in testManagedTwoVpnsEnabled()418 when(mSecurityController.getWorkProfileVpnName()).thenReturn(VPN_PACKAGE_2); in testTwoVpnsEnabled()430 when(mSecurityController.getWorkProfileVpnName()).thenReturn(VPN_PACKAGE_2); in testWorkProfileVpnEnabled_workProfileOn()445 when(mSecurityController.getWorkProfileVpnName()).thenReturn(VPN_PACKAGE_2); in testWorkProfileVpnEnabled_workProfileOff()
215 final String vpnNameWorkProfile = securityModel.getWorkProfileVpnName(); in getButtonConfig()494 final String vpnNameWorkProfile = mSecurityController.getWorkProfileVpnName(); in createOrganizationDialogView()