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

  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnProfile.java 49 String l2tpSecret = ""; // 9
87 profile.l2tpSecret = values[9];
111 builder.append('\0').append(l2tpSecret);
VpnDialog.java 109 mL2tpSecret.setText(mProfile.l2tpSecret);
347 profile.l2tpSecret = mL2tpSecret.getText().toString();
355 profile.l2tpSecret = mL2tpSecret.getText().toString();
VpnSettings.java 421 interfaze, "l2tp", profile.server, "1701", profile.l2tpSecret,

Completed in 46 milliseconds