Searched refs:TYPE_PPTP (Results 1 – 5 of 5) sorted by relevance
68 public static final int TYPE_PPTP = 0; field in VpnProfile97 public int type = TYPE_PPTP; // 1487 case VpnProfile.TYPE_PPTP: in isLegacyType()524 return type != TYPE_PPTP; in isTypeValidForLockdown()
60 TYPE_PPTP = 1; enumerator
64 assertEquals(VpnProfile.TYPE_PPTP, p.type); in testDefaults()
3141 profile.type = VpnProfile.TYPE_PPTP; in testStartLegacyVpnType()
72606 Lcom/android/internal/net/VpnProfile;->TYPE_PPTP:I