Searched defs:uris (Results 1 – 3 of 3) sorted by relevance
77 List<Uri> uris = new ArrayList<>(clip.getItemCount()); in collectUris() local
53 public void addAttachments(Collection<Uri> uris) { in addAttachments()
100 ImmutableList.Builder<Uri> uris = ImmutableList.builderWithExpectedSize(files.length); in getAllUris() local