Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityController.java44 boolean isVpnEnabled(); in isVpnEnabled() method
DSecurityControllerImpl.java253 public boolean isVpnEnabled() { in isVpnEnabled() method in SecurityControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSSecurityFooterTest.java292 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java92 public boolean isVpnEnabled() { in isVpnEnabled() method in FakeSecurityController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
DVpnStatusObserver.kt65 securityController.isVpnEnabled.let { newVpnConnected -> in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java128 boolean vpnVisible = mSecurityController.isVpnEnabled(); in updateVpn()