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
90
profile.
ipsecSecret
= values[11];
115
builder.append('\0').append(
ipsecSecret
);
VpnDialog.java
113
mIpsecSecret.setText(mProfile.
ipsecSecret
);
355
profile.
ipsecSecret
= mIpsecSecret.getText().toString();
VpnSettings.java
383
profile.
ipsecSecret
, "1701",
395
profile.
ipsecSecret
, profile.username, profile.password, "", gateway,
Completed in 14 milliseconds