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

  /frameworks/base/core/java/com/android/internal/net/
VpnProfile.java 58 public String l2tpSecret = ""; // 9
83 l2tpSecret = in.readString();
104 out.writeString(l2tpSecret);
138 profile.l2tpSecret = values[9];
163 builder.append('\0').append(l2tpSecret);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
VpnFacade.java 81 vp.l2tpSecret = vpnProfileJson.optString("l2tpSecret", "");
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfigDialog.java 131 mL2tpSecret.setText(mProfile.l2tpSecret);
456 profile.l2tpSecret = mL2tpSecret.getText().toString();
464 profile.l2tpSecret = mL2tpSecret.getText().toString();
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java     [all...]

Completed in 369 milliseconds