Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java805 String[] resourceIds) { in getAutofillIds() argument
806 if (resourceIds == null) return null; in getAutofillIds()
808 final AutofillId[] requiredIds = new AutofillId[resourceIds.length]; in getAutofillIds()
809 for (int i = 0; i < resourceIds.length; i++) { in getAutofillIds()
810 final String resourceId = resourceIds[i]; in getAutofillIds()