OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Vpn
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/net/
LockdownVpnTracker.java
46
import com.android.server.connectivity.
Vpn
;
52
* connected and kicks off
VPN
connection, managing any required {@code netd}
58
/** Number of
VPN
attempts before waiting for user intervention. */
63
private static final String ACTION_VPN_SETTINGS = "android.net.
vpn
.SETTINGS";
64
private static final String EXTRA_PICK_LOCKDOWN = "android.net.
vpn
.PICK_LOCKDOWN";
69
private final
Vpn
mVpn;
88
ConnectivityService connService,
Vpn
vpn
, VpnProfile profile) {
92
mVpn = Preconditions.checkNotNull(
vpn
);
112
* Watch for state changes to both active egress network, kicking off a
VPN
[
all
...]
/frameworks/base/services/java/com/android/server/connectivity/
Vpn.java
94
public class
Vpn
extends BaseNetworkStateTracker {
95
private static final String TAG = "
Vpn
";
98
// TODO: create separate trackers for each unique
VPN
to support
113
/* list of users using this
VPN
. */
120
public
Vpn
(Context context, VpnCallback callback, INetworkManagementService netService,
135
// Owner's
VPN
also needs to handle restricted users
184
// TODO: finish migration to unique tracker for each
VPN
190
// TODO: finish migration to unique tracker for each
VPN
209
* Prepare for a
VPN
application. This method is designed to solve
218
* Legacy
VPN
is handled specially since it is not a real package
[
all
...]
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
125
import com.android.server.connectivity.
Vpn
;
217
private final SparseArray<
Vpn
> mVpns = new SparseArray<
Vpn
>();
1543
Vpn
vpn
= mVpns.get(uid);
local
[
all
...]
Completed in 221 milliseconds