Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery/src/com/android/camera/gallery/
H A DBaseImageList.java166 private static final Pattern sPathWithId = Pattern.compile("(.*)/\\d+"); field in BaseImageList
170 Matcher matcher = sPathWithId.matcher(path); in getPathWithoutId()