Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicyDrawableResources.java78 public void reset(String... resourceIds) { in reset() argument
79 reset(new HashSet<>(Arrays.asList(resourceIds))); in reset()
85 public void reset(Set<String> resourceIds) { in reset() argument
88 sResourcesManager.resetDrawables(resourceIds); in reset()
DDevicePolicyStringResources.java90 public void reset(String... resourceIds) { in reset() argument
91 reset(new HashSet<>(Arrays.asList(resourceIds))); in reset()
97 public void reset(Set<String> resourceIds) { in reset() argument
100 sResourcesManager.resetStrings(resourceIds); in reset()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java849 String[] resourceIds) { in getAutofillIds() argument
850 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()