Searched refs:resourceIds (Results 1 – 1 of 1) sorted by relevance
764 String[] resourceIds) { in getAutofillIds() argument765 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()