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

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

Completed in 29 milliseconds