Home | History | Annotate | Download | only in connectivitymanagertest

Lines Matching refs:identity

48  * security, eap, phase2, identity, password, anonymousidentity, cacert, usercert,
60 * <identity>donut</identity</identity>
115 boolean identity = false;
145 if (tagName.equalsIgnoreCase("identity")) {
146 identity = true;
221 config.identity.setValue("");
268 if (identity) {
270 config.identity.setValue(identityValue);
271 identity = false;