Searched refs:matchType (Results 1 – 4 of 4) sorted by relevance
61 int matchType = mMatcher.match(path); in createMediaObject() local65 switch (matchType) { in createMediaObject()71 return new ClusterAlbumSet(path, mApplication, sets[0], matchType); in createMediaObject()
42 int matchType = mMatcher.match(path); in createMediaObject() local44 switch (matchType) { in createMediaObject()
286 for (String matchType : matchAgainst) { in mimeTypeMatches()287 if (mimeTypeMatches(mimeType, matchType)) { in mimeTypeMatches()
342 for (String matchType : matchAgainst) { in mimeTypeMatches()343 if (mimeTypeMatches(mimeType, matchType)) { in mimeTypeMatches()