Searched refs:l2tpSecret (Results 1 – 3 of 3) sorted by relevance
109 public String l2tpSecret = ""; // 9 field in VpnProfile201 l2tpSecret = in.readString(); in VpnProfile()257 out.writeString(l2tpSecret); in writeToParcel()367 profile.l2tpSecret = values[9]; in decode()427 builder.append(VALUE_DELIMITER).append(l2tpSecret); in encode()559 l2tpSecret, ipsecIdentifier, ipsecSecret, ipsecUserCert, ipsecCaCert, ipsecServerCert, in hashCode()584 && Objects.equals(l2tpSecret, other.l2tpSecret) in equals()
72 assertEquals("", p.l2tpSecret); in testDefaults()106 p.l2tpSecret = ""; in getSampleIkev2Profile()
72594 Lcom/android/internal/net/VpnProfile;->l2tpSecret:Ljava/lang/String;