HomeSort by relevance Sort by last modified time
    Searched refs:l2tpSecret (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/net/
VpnProfile.java 59 public String l2tpSecret = ""; // 9
84 l2tpSecret = in.readString();
105 out.writeString(l2tpSecret);
139 profile.l2tpSecret = values[9];
164 builder.append('\0').append(l2tpSecret);
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 114 mL2tpSecret.setText(mProfile.l2tpSecret);
354 profile.l2tpSecret = mL2tpSecret.getText().toString();
362 profile.l2tpSecret = mL2tpSecret.getText().toString();
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 807 iface, "l2tp", profile.server, "1701", profile.l2tpSecret,
    [all...]

Completed in 143 milliseconds