HomeSort by relevance Sort by last modified time
    Searched refs:l2tpSecret (Results 1 - 6 of 6) 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/tests/app/src/com/android/settings/vpn2/
VpnProfileParser.java 53 boolean l2tpSecret;
97 if (tagName.equalsIgnoreCase("l2tpSecret")) {
98 l2tpSecret = true;
173 if (l2tpSecret) {
174 profile.l2tpSecret = strValue;
175 l2tpSecret = false;
VpnTests.java 76 * <l2tpSecret></l2tpSecret>
171 Log.v(TAG, "l2tpSecret: " + profile.l2tpSecret);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
VpnFacade.java 79 vp.l2tpSecret = vpnProfileJson.optString("l2tpSecret", "");
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfigDialog.java 129 mL2tpSecret.setText(mProfile.l2tpSecret);
423 profile.l2tpSecret = mL2tpSecret.getText().toString();
431 profile.l2tpSecret = mL2tpSecret.getText().toString();
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java     [all...]

Completed in 719 milliseconds