HomeSort by relevance Sort by last modified time
    Searched defs:mVpn (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/net/
LockdownVpnTracker.java 77 private final Vpn mVpn;
100 mVpn = Preconditions.checkNotNull(vpn);
127 final NetworkInfo vpnInfo = mVpn.getNetworkInfo();
128 final VpnConfig vpnConfig = mVpn.getLegacyVpnConfig();
146 mVpn.stopLegacyVpnPrivileged();
171 mVpn.startLegacyVpnPrivileged(mProfile, KeyStore.getInstance(), egressProp);
229 mVpn.setEnableTeardown(false);
258 mVpn.stopLegacyVpnPrivileged();
270 mVpn.setEnableTeardown(true);
329 final NetworkInfo vpnInfo = mVpn.getNetworkInfo()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SignalClusterView.java 103 ImageView mVpn, mEthernet, mWifi, mAirplane, mNoSims, mEthernetDark, mWifiDark, mNoSimsDark;
192 mVpn = findViewById(R.id.vpn);
222 mVpn.setImageDrawable(new ScalingDrawableWrapper(mVpn.getDrawable(), mIconScaleFactor));
457 mVpn.setVisibility(mVpnVisible ? View.VISIBLE : View.GONE);
460 setIconForView(mVpn, mVpnIconId);
463 mVpn.setVisibility(View.VISIBLE);
465 mVpn.setVisibility(View.GONE);
611 setTint(mVpn, DarkIconDispatcher.getTint(mTintArea, mVpn, mIconTint))
    [all...]

Completed in 171 milliseconds