Home
last modified time | relevance | path

Searched refs:MATCHER (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/search/
DStringMatcherUtilityTest.java37 private static final StringMatcher MATCHER = field in StringMatcherUtilityTest
42 assertTrue(matches("white ", "white cow", MATCHER)); in testMatches()
43 assertTrue(matches("white c", "white cow", MATCHER)); in testMatches()
44 assertTrue(matches("cow", "white cow", MATCHER)); in testMatches()
45 assertTrue(matches("cow", "whiteCow", MATCHER)); in testMatches()
46 assertTrue(matches("cow", "whiteCOW", MATCHER)); in testMatches()
47 assertTrue(matches("cow", "whitecowCOW", MATCHER)); in testMatches()
48 assertTrue(matches("cow", "white2cow", MATCHER)); in testMatches()
50 assertFalse(matches("cow", "whitecow", MATCHER)); in testMatches()
51 assertFalse(matches("cow", "whitEcow", MATCHER)); in testMatches()
[all …]
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DSortBot.java87 return Matchers.present(mColumnBot.MATCHER); in isHeaderShow()
91 assertFalse(Matchers.present(mColumnBot.MATCHER)); in assertHeaderHide()
102 assertTrue(Matchers.present(mColumnBot.MATCHER)); in assertHeaderShow()
132 private static final Matcher<View> MATCHER = withId(R.id.table_header); field in SortBot.ColumnSortBot
137 isDescendantOfA(MATCHER)); in sortBy()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickCountRecordProvider.java33 private static final UriMatcher MATCHER = new UriMatcher(UriMatcher.NO_MATCH); field in PickCountRecordProvider
44 MATCHER.addURI(AUTHORITY, "pickCountRecord/*", URI_PICK_RECORD); in MATCHER.addURI()
100 if (MATCHER.match(uri) != URI_PICK_RECORD) { in query()
111 if (MATCHER.match(uri) != URI_PICK_RECORD) { in insert()
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
Dtest_input.py3 from parser.input import MATCHER, MATCHER_FOR_OLD
7 m = MATCHER.match(line)
/packages/services/Car/service/src/com/android/car/
DCarLog.java29 private static final String MATCHER = ".*Car([A-Z].*|$)"; field in CarLog
54 if (tag.matches(MATCHER)) return tag; in tagFor()
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/
Dinput.py24 MATCHER = re.compile(r"^\s*([^ ].{1,15})-(\d+)\s+\(\s*([-0-9]+)\) .* (\d+\.\d+): tracing_mark_write… variable
58 m = MATCHER.match(line)
/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseConfigsTest.cpp124 MATCHER(ConfigsByFilepathsEq, "") {