Searched refs:l2tpSecret (Results 1 – 2 of 2) sorted by relevance
59 public String l2tpSecret = ""; // 9 field in VpnProfile84 l2tpSecret = in.readString(); in VpnProfile()105 out.writeString(l2tpSecret); in writeToParcel()139 profile.l2tpSecret = values[9]; in decode()164 builder.append('\0').append(l2tpSecret); in encode()
957 iface, "l2tp", profile.server, "1701", profile.l2tpSecret, in startLegacyVpnPrivileged()