HomeSort by relevance Sort by last modified time
    Searched refs:PathMatcher (Results 1 - 9 of 9) sorted by null

  /packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
MockSource.java 23 PathMatcher mMatcher;
31 mMatcher = new PathMatcher();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboSource.java 25 private PathMatcher mMatcher;
30 mMatcher = new PathMatcher();
SecureSource.java 23 private static PathMatcher mMatcher = new PathMatcher();
ClusterSource.java 35 PathMatcher mMatcher;
40 mMatcher = new PathMatcher();
SnailSource.java 27 private PathMatcher mMatcher;
33 mMatcher = new PathMatcher();
FilterSource.java 36 private PathMatcher mMatcher;
43 mMatcher = new PathMatcher();
PathMatcher.java 22 public class PathMatcher {
28 public PathMatcher() {
LocalSource.java 38 private PathMatcher mMatcher;
59 mMatcher = new PathMatcher();
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java 30 import com.android.gallery3d.data.PathMatcher;
44 private PathMatcher mMatcher;
51 mMatcher = new PathMatcher();

Completed in 162 milliseconds