Searched refs:mVpn (Results 1 – 1 of 1) sorted by relevance
71 private final Vpn mVpn; field in LockdownVpnTracker94 mVpn = Preconditions.checkNotNull(vpn); in LockdownVpnTracker()121 final NetworkInfo vpnInfo = mVpn.getNetworkInfo(); in handleStateChangedLocked()122 final VpnConfig vpnConfig = mVpn.getLegacyVpnConfig(); in handleStateChangedLocked()139 mVpn.stopLegacyVpnPrivileged(); in handleStateChangedLocked()164 mVpn.startLegacyVpnPrivileged(mProfile, KeyStore.getInstance(), egressProp); in handleStateChangedLocked()204 mVpn.setEnableTeardown(false); in initLocked()205 mVpn.setLockdown(true); in initLocked()225 mVpn.stopLegacyVpnPrivileged(); in shutdownLocked()226 mVpn.setLockdown(false); in shutdownLocked()[all …]