Searched defs:mL2tpSecret (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnDialog.java60 private TextView mL2tpSecret; field in class:VpnDialog
94 mL2tpSecret = (TextView) mView.findViewById(R.id.l2tp_secret);
114 mL2tpSecret.setText(mProfile.l2tpSecret);
354 profile.l2tpSecret = mL2tpSecret.getText().toString();
362 profile.l2tpSecret = mL2tpSecret.getText().toString();

Completed in 91 milliseconds