Searched refs:newestPics (Results 1 – 1 of 1) sorted by relevance
832 List<Path> newestPics = new ArrayList<>(); in call() local842 dirStream.forEach(newestPics::add); in call()844 List<Uri> fileUris = newestPics.stream().map((path) -> { in call()