Searched refs:autofillId (Results 1 – 2 of 2) sorted by relevance
/cts/tests/translation/src/android/translation/cts/ |
D | VirtualContainerViewActivity.java | 43 AutofillId autofillId = mVirtualContainerView.getAutofillId(); in getViewsForTranslation() local 46 AutofillId virtualChild1 = new AutofillId(autofillId, 12345L, 0); in getViewsForTranslation() 47 AutofillId virtualChild2 = new AutofillId(autofillId, 12346L, 0); in getViewsForTranslation()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | CannedFillResponse.java | 632 final AutofillId autofillId = node.getAutofillId(); in asDataset() local 643 builder.setValue(autofillId, value, presentation, in asDataset() 646 builder.setValue(autofillId, value, presentation, in asDataset() 650 builder.setValue(autofillId, value, presentation); in asDataset() 655 builder.setValue(autofillId, value, filter.second, presentation, in asDataset() 658 builder.setValue(autofillId, value, filter.second, presentation, in asDataset() 662 builder.setValue(autofillId, value, filter.second, presentation); in asDataset() 670 builder.setFieldInlinePresentation(autofillId, value, in asDataset() 675 builder.setValue(autofillId, value); in asDataset() 677 builder.setValue(autofillId, value, filter.second); in asDataset()
|