Home | History | Annotate | Download | only in data

Lines Matching defs:mMatcher

35     PathMatcher mMatcher;
40 mMatcher = new PathMatcher();
41 mMatcher.add("/cluster/*/time", CLUSTER_ALBUMSET_TIME);
42 mMatcher.add("/cluster/*/location", CLUSTER_ALBUMSET_LOCATION);
43 mMatcher.add("/cluster/*/tag", CLUSTER_ALBUMSET_TAG);
44 mMatcher.add("/cluster/*/size", CLUSTER_ALBUMSET_SIZE);
45 mMatcher.add("/cluster/*/face", CLUSTER_ALBUMSET_FACE);
47 mMatcher.add("/cluster/*/time/*", CLUSTER_ALBUM_TIME);
48 mMatcher.add("/cluster/*/location/*", CLUSTER_ALBUM_LOCATION);
49 mMatcher.add("/cluster/*/tag/*", CLUSTER_ALBUM_TAG);
50 mMatcher.add("/cluster/*/size/*", CLUSTER_ALBUM_SIZE);
51 mMatcher.add("/cluster/*/face/*", CLUSTER_ALBUM_FACE);
61 int matchType = mMatcher.match(path);
62 String setsName = mMatcher.getVar(0);