Searched refs:isVpnEnabled (Results 1 – 6 of 6) sorted by relevance
44 boolean isVpnEnabled(); in isVpnEnabled() method
253 public boolean isVpnEnabled() { in isVpnEnabled() method in SecurityControllerImpl
292 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testManagedOneVpnEnabled()318 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testManagedTwoVpnsEnabled()344 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testNetworkLoggingAndVpnEnabled()405 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testTwoVpnsEnabled()418 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testWorkProfileVpnEnabled_workProfileOn()433 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testWorkProfileVpnEnabled_workProfileOff()471 when(mSecurityController.isVpnEnabled()).thenReturn(true); in testVpnEnabled()
92 public boolean isVpnEnabled() { in isVpnEnabled() method in FakeSecurityController
65 securityController.isVpnEnabled.let { newVpnConnected -> in <lambda>()
128 boolean vpnVisible = mSecurityController.isVpnEnabled(); in updateVpn()