Home | History | Annotate | Download | only in fill

Lines Matching refs:username

79         ViewNode username = findUsername(structure);
82 if (username != null && password != null) {
105 .setAuthentication(new AutofillId[]{username.getAutofillId(),
132 .setValue(username.getAutofillId(),
138 .setValue(username.getAutofillId(),
145 .setValue(username.getAutofillId(),
152 .setValue(username.getAutofillId(),
159 .setValue(username.getAutofillId(),
168 new AutofillId[] {username.getAutofillId(),
183 ViewNode username = findUsername(structure);
190 && "username".equals(node.getIdEntry())