Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSSecurityFooterTest.java93 private final String VPN_PACKAGE_2 = "TestVPN 2"; field in QSSecurityFooterTest
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()
438 VPN_PACKAGE_2), in testWorkProfileVpnEnabled_workProfileOn()
445 when(mSecurityController.getWorkProfileVpnName()).thenReturn(VPN_PACKAGE_2); in testWorkProfileVpnEnabled_workProfileOff()
586 VPN_PACKAGE, VPN_PACKAGE_2)), in testGetVpnMessage()
587 mFooterUtils.getVpnMessage(true, true, VPN_PACKAGE, VPN_PACKAGE_2)); in testGetVpnMessage()
589 VPN_PACKAGE, VPN_PACKAGE_2)), in testGetVpnMessage()
590 mFooterUtils.getVpnMessage(false, true, VPN_PACKAGE, VPN_PACKAGE_2)); in testGetVpnMessage()
[all …]