Searched refs:autofillId (Results 1 – 1 of 1) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | CannedFillResponse.java | 527 final AutofillId autofillId = node.getAutofillId(); in asDataset() local 533 builder.setValue(autofillId, value, presentation); in asDataset() 535 builder.setValue(autofillId, value, filter.second, presentation); in asDataset() 539 builder.setValue(autofillId, value); in asDataset() 541 builder.setValue(autofillId, value, filter.second); in asDataset() 550 final AutofillId autofillId = entry.getKey(); in asDataset() local 552 final RemoteViews presentation = mFieldPresentationsById.get(autofillId); in asDataset() 554 builder.setValue(autofillId, value, presentation); in asDataset() 556 builder.setValue(autofillId, value); in asDataset() 668 public Builder setField(AutofillId autofillId, AutofillValue value) { in setField() argument [all …]
|