Searched refs:resourceIds (Results 1 – 3 of 3) sorted by relevance
78 public void reset(String... resourceIds) { in reset() argument79 reset(new HashSet<>(Arrays.asList(resourceIds))); in reset()85 public void reset(Set<String> resourceIds) { in reset() argument88 sResourcesManager.resetDrawables(resourceIds); in reset()
90 public void reset(String... resourceIds) { in reset() argument91 reset(new HashSet<>(Arrays.asList(resourceIds))); in reset()97 public void reset(Set<String> resourceIds) { in reset() argument100 sResourcesManager.resetStrings(resourceIds); in reset()
849 String[] resourceIds) { in getAutofillIds() argument850 if (resourceIds == null) return null; in getAutofillIds()852 final AutofillId[] requiredIds = new AutofillId[resourceIds.length]; in getAutofillIds()853 for (int i = 0; i < resourceIds.length; i++) { in getAutofillIds()854 final String resourceId = resourceIds[i]; in getAutofillIds()