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

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

Completed in 38 milliseconds