Searched refs:l2tpSecret (Results 1 – 2 of 2) sorted by relevance
58 public String l2tpSecret = ""; // 9 field in VpnProfile83 l2tpSecret = in.readString(); in VpnProfile()104 out.writeString(l2tpSecret); in writeToParcel()138 profile.l2tpSecret = values[9]; in decode()163 builder.append('\0').append(l2tpSecret); in encode()
1762 iface, "l2tp", profile.server, "1701", profile.l2tpSecret, in startLegacyVpnPrivileged()