Home
last modified time | relevance | path

Searched refs:shouldMatch (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java276 boolean shouldMatch) throws Exception { in runCommand() argument
287 if (pat.matcher(output.trim()).find() != shouldMatch) { in runCommand()
289 + (shouldMatch ? "didn't match" : "unexpectedly matched") in runCommand()
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java109 boolean shouldMatch) throws Exception { in runCommand() argument
120 if (pat.matcher(output.trim()).find() != shouldMatch) { in runCommand()
122 + (shouldMatch ? "didn't match" : "unexpectedly matched") in runCommand()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebSettingsTest.java165 private void checkUserAgentStringHelper(final String useragent, boolean shouldMatch) { in checkUserAgentStringHelper() argument
198 if (shouldMatch) { in checkUserAgentStringHelper()