HomeSort by relevance Sort by last modified time
    Searched defs:VpnProfile (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/net/
VpnProfile.java 35 public class VpnProfile implements Cloneable, Parcelable {
36 private static final String TAG = "VpnProfile";
68 public VpnProfile(String key) {
72 public VpnProfile(Parcel in) {
113 public static VpnProfile decode(String key, byte[] value) {
125 VpnProfile profile = new VpnProfile(key);
220 public static final Creator<VpnProfile> CREATOR = new Creator<VpnProfile>() {
222 public VpnProfile createFromParcel(Parcel in)
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/net/
connectivity_const.py 84 # Constants for VpnProfile
85 class VpnProfile(object):

Completed in 75 milliseconds