Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
DPicasaSource.java30 import com.android.gallery3d.data.PathMatcher;
44 private PathMatcher mMatcher;
51 mMatcher = new PathMatcher(); in PicasaSource()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DSecureSource.java23 private static PathMatcher mMatcher = new PathMatcher();
DComboSource.java25 private PathMatcher mMatcher;
30 mMatcher = new PathMatcher(); in ComboSource()
DSnailSource.java27 private PathMatcher mMatcher;
33 mMatcher = new PathMatcher(); in SnailSource()
DClusterSource.java35 PathMatcher mMatcher;
40 mMatcher = new PathMatcher(); in ClusterSource()
DFilterSource.java36 private PathMatcher mMatcher;
43 mMatcher = new PathMatcher(); in FilterSource()
DPathMatcher.java22 public class PathMatcher { class
28 public PathMatcher() { in PathMatcher() method in PathMatcher
DLocalSource.java38 private PathMatcher mMatcher;
59 mMatcher = new PathMatcher(); in LocalSource()