Searched refs:mVpn (Results 1 – 1 of 1) sorted by relevance
71 @NonNull private final Vpn mVpn; field in LockdownVpnTracker96 mVpn = Objects.requireNonNull(vpn); in LockdownVpnTracker()123 final NetworkInfo vpnInfo = mVpn.getNetworkInfo(); in handleStateChangedLocked()124 final VpnConfig vpnConfig = mVpn.getLegacyVpnConfig(); in handleStateChangedLocked()141 mVpn.stopVpnRunnerPrivileged(); in handleStateChangedLocked()166 mVpn.startLegacyVpnPrivileged(mProfile, KeyStore.getInstance(), egressProp); in handleStateChangedLocked()201 mVpn.setEnableTeardown(false); in initLocked()202 mVpn.setLockdown(true); in initLocked()221 mVpn.stopVpnRunnerPrivileged(); in shutdownLocked()222 mVpn.setLockdown(false); in shutdownLocked()[all …]