Home
last modified time | relevance | path

Searched refs:mIpsecIdentifier (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/vpn2/
DConfigDialog.java83 private TextView mIpsecIdentifier; field in ConfigDialog
124 mIpsecIdentifier = (TextView) mView.findViewById(R.id.ipsec_identifier); in onCreate()
154 mIpsecIdentifier.setText(mProfile.ipsecIdentifier); in onCreate()
181 mIpsecIdentifier.addTextChangedListener(this); in onCreate()
441 if (!isLegacyType(mProfile.type) && mIpsecIdentifier.getText().length() == 0) { in validate()
580 profile.ipsecIdentifier = mIpsecIdentifier.getText().toString(); in getProfile()
604 profile.ipsecIdentifier = mIpsecIdentifier.getText().toString(); in getProfile()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/vpn2/
DConfigDialog.java77 private TextView mIpsecIdentifier; field in ConfigDialog
118 mIpsecIdentifier = (TextView) mView.findViewById(R.id.ipsec_identifier); in onCreate()
147 mIpsecIdentifier.setText(mProfile.ipsecIdentifier); in onCreate()
512 profile.ipsecIdentifier = mIpsecIdentifier.getText().toString(); in getProfile()