Searched refs:VPN (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DCredentials.java64 /** Key prefix for VPN. */
65 public static final String VPN = "VPN_"; field in class:Credentials
70 /** Key containing suffix of lockdown VPN profile. */
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java860 // null => there was no VPN, or the VPN didn't specify anything, so we use the default.
861 // empty array => the VPN explicitly said "no default network".
862 // non-empty array => the VPN specified one or more default networks; we use the
999 // A VPN is active, so we may need to return one of its underlying networks. This
1090 // With a VPN in force, some app traffic may go into the VPN, and thus
1091 // over whatever underlying networks the VPN specifies, while other app
1093 // VPN, or an app disallowed by the VPN), s
[all...]

Completed in 275 milliseconds