Searched refs:sPathWithId (Results 1 – 1 of 1) sorted by relevance
166 private static final Pattern sPathWithId = Pattern.compile("(.*)/\\d+"); field in BaseImageList170 Matcher matcher = sPathWithId.matcher(path); in getPathWithoutId()