HomeSort by relevance Sort by last modified time
    Searched refs:isVpnEnabled (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SecurityController.java 32 boolean isVpnEnabled();
SecurityControllerImpl.java 216 public boolean isVpnEnabled() {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeSecurityController.java 69 public boolean isVpnEnabled() {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
QSSecurityFooterTest.java 188 when(mSecurityController.isVpnEnabled()).thenReturn(true);
214 when(mSecurityController.isVpnEnabled()).thenReturn(true);
240 when(mSecurityController.isVpnEnabled()).thenReturn(true);
291 when(mSecurityController.isVpnEnabled()).thenReturn(true);
304 when(mSecurityController.isVpnEnabled()).thenReturn(true);
318 when(mSecurityController.isVpnEnabled()).thenReturn(true);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarSignalPolicy.java 101 boolean vpnVisible = mSecurityController.isVpnEnabled();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SignalClusterView.java 222 mVpnVisible = mSecurityController.isVpnEnabled();
266 mVpnVisible = mSecurityController.isVpnEnabled();

Completed in 1241 milliseconds