Searched refs:resourceIds (Results 1 – 1 of 1) sorted by relevance
818 String[] resourceIds) { in getAutofillIds() argument819 if (resourceIds == null) return null; in getAutofillIds()821 final AutofillId[] requiredIds = new AutofillId[resourceIds.length]; in getAutofillIds()822 for (int i = 0; i < resourceIds.length; i++) { in getAutofillIds()823 final String resourceId = resourceIds[i]; in getAutofillIds()