Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSSecurityFooterTest.java92 private final String VPN_PACKAGE = "TestVPN"; field in QSSecurityFooterTest
312 when(mSecurityController.getPrimaryVpnName()).thenReturn(VPN_PACKAGE); in testManagedOneVpnEnabled()
317 VPN_PACKAGE), in testManagedOneVpnEnabled()
328 MANAGING_ORGANIZATION, VPN_PACKAGE), in testManagedOneVpnEnabled()
336 when(mSecurityController.getPrimaryVpnName()).thenReturn(VPN_PACKAGE); in testManagedTwoVpnsEnabled()
417 when(mSecurityController.getPrimaryVpnName()).thenReturn(VPN_PACKAGE); in testTwoVpnsEnabled()
479 when(mSecurityController.getPrimaryVpnName()).thenReturn(VPN_PACKAGE); in testVpnEnabled()
485 VPN_PACKAGE), in testVpnEnabled()
493 VPN_PACKAGE), in testVpnEnabled()
586 VPN_PACKAGE, VPN_PACKAGE_2)), in testGetVpnMessage()
[all …]