Searched refs:matcher (Results 1 – 4 of 4) sorted by relevance
47 UriMatcher matcher = new UriMatcher(UriMatcher.NO_MATCH); in buildUriMatcher() local50 matcher.addURI(AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY, SEARCH_SUGGEST); in buildUriMatcher()51 matcher.addURI(AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY + "/*", SEARCH_SUGGEST); in buildUriMatcher()52 return matcher; in buildUriMatcher()
32 import static android.support.test.espresso.matcher.ViewMatchers.withId;33 import static android.support.test.espresso.matcher.ViewMatchers.withText;
102 if (p.matcher(application.label).matches()) { in setFilterQuery()
147 def extensionMatch = extensionPattern.matcher(inputFile)