OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:l2tpsecret
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/vpn2/
VpnProfile.java
49
String
l2tpSecret
= ""; // 9
88
profile.
l2tpSecret
= values[9];
113
builder.append('\0').append(
l2tpSecret
);
VpnDialog.java
111
mL2tpSecret.setText(mProfile.
l2tpSecret
);
351
profile.
l2tpSecret
= mL2tpSecret.getText().toString();
359
profile.
l2tpSecret
= mL2tpSecret.getText().toString();
VpnSettings.java
427
interfaze, "l2tp", profile.server, "1701", profile.
l2tpSecret
,
Completed in 135 milliseconds