Searched refs:isVpnEnabled (Results 1 – 5 of 5) sorted by relevance
188 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testManagedOneVpnEnabled()214 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testManagedTwoVpnsEnabled()240 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testNetworkLoggingAndVpnEnabled()291 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testTwoVpnsEnabled()304 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testWorkProfileVpnEnabled()318 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testVpnEnabled()
32 boolean isVpnEnabled(); in isVpnEnabled() method
230 public boolean isVpnEnabled() { in isVpnEnabled() method in SecurityControllerImpl
69 public boolean isVpnEnabled() { in isVpnEnabled() method in FakeSecurityController
95 boolean vpnVisible = mSecurityController.isVpnEnabled(); in updateVpn()