Searched refs:resourceList (Results 1 – 3 of 3) sorted by relevance
312 public synchronized void addTerminatedResource(List<RcsContactTerminatedReason> resourceList) { in addTerminatedResource() argument314 List<RcsContactUceCapability> capabilityList = resourceList.stream() in addTerminatedResource()330 public synchronized void removeTerminatedResources(List<RcsContactUceCapability> resourceList) { in removeTerminatedResources() argument331 mTerminatedResource.removeAll(resourceList); in removeTerminatedResources()
327 List<SearchIndexableResource> resourceList = new ArrayList<>(); in getSearchIndexableResourcesFromProvider() local344 resourceList.addAll(resList); in getSearchIndexableResourcesFromProvider()347 return resourceList; in getSearchIndexableResourcesFromProvider()
563 resourceList := module.MaybeOutput("aapt2/res.list")566 if resourceList.Rule != nil {567 for _, compiledResource := range resourceList.Inputs.Strings() {934 resourceList := module.MaybeOutput("aapt2/res.list")935 if resourceList.Rule != nil {936 resourceFiles = resourceListToFiles(module, android.PathsRelativeToTop(resourceList.Inputs))