Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DHelper.java764 String[] resourceIds) { in getAutofillIds() argument
765 if (resourceIds == null) return null; in getAutofillIds()
767 final AutofillId[] requiredIds = new AutofillId[resourceIds.length]; in getAutofillIds()
768 for (int i = 0; i < resourceIds.length; i++) { in getAutofillIds()
769 final String resourceId = resourceIds[i]; in getAutofillIds()