Searched refs:l2tpSecret (Results 1 – 2 of 2) sorted by relevance
71 public String l2tpSecret = ""; // 9 field in VpnProfile99 l2tpSecret = in.readString(); in VpnProfile()121 out.writeString(l2tpSecret); in writeToParcel()157 profile.l2tpSecret = values[9]; in decode()193 builder.append('\0').append(l2tpSecret); in encode()
1817 iface, "l2tp", profile.server, "1701", profile.l2tpSecret, in startLegacyVpnPrivileged()