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.java597 String[] resourceIds) { in getAutofillIds() argument
598 if (resourceIds == null) return null; in getAutofillIds()
600 final AutofillId[] requiredIds = new AutofillId[resourceIds.length]; in getAutofillIds()
601 for (int i = 0; i < resourceIds.length; i++) { in getAutofillIds()
602 final String resourceId = resourceIds[i]; in getAutofillIds()