Searched refs:isVpnEnabled (Results 1 – 5 of 5) sorted by relevance
192 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testManagedOneVpnEnabled()218 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testManagedTwoVpnsEnabled()244 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testNetworkLoggingAndVpnEnabled()295 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testTwoVpnsEnabled()308 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testWorkProfileVpnEnabled()349 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testVpnEnabled()
34 boolean isVpnEnabled(); in isVpnEnabled() method
231 public boolean isVpnEnabled() { in isVpnEnabled() method in SecurityControllerImpl
74 public boolean isVpnEnabled() { in isVpnEnabled() method in FakeSecurityController
95 boolean vpnVisible = mSecurityController.isVpnEnabled(); in updateVpn()