OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipsecSecret
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/vpn2/
VpnProfile.java
51
String
ipsecSecret
= ""; // 11
89
profile.
ipsecSecret
= values[11];
113
builder.append('\0').append(
ipsecSecret
);
VpnDialog.java
111
mIpsecSecret.setText(mProfile.
ipsecSecret
);
351
profile.
ipsecSecret
= mIpsecSecret.getText().toString();
VpnSettings.java
378
profile.
ipsecSecret
, "1701",
389
profile.
ipsecSecret
, profile.username, profile.password, "", gateway,
Completed in 48 milliseconds