Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDropBoxReceiver.java59 boolean matched = false; in DropBoxReceiver()
61 matched = stackTrace.contains((String) line); in DropBoxReceiver()
62 Log.d(TAG, " matched=" + matched + " line: " + line); in DropBoxReceiver()
65 matched = pattern.matcher(stackTrace).find(); in DropBoxReceiver()
69 + matched in DropBoxReceiver()
75 allMatches &= matched; in DropBoxReceiver()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DSequenceMatcher.java41 MatchResult(boolean matched, List<E> matchedSequence) { in MatchResult() argument
42 mMatched = matched; in MatchResult()
46 boolean matched() { in matched() method in SequenceMatcher.MatchResult
DInputMethodServiceDeviceTest.java205 .matched(), in testSwitchToHandwritingInputMethod()
215 .matched(), in testSwitchToHandwritingInputMethod()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DBiometricsDeviceInfo.java175 boolean matched = false; in getSensorInfo()
177 matched = true; in getSensorInfo()
188 if (!matched) { in getSensorInfo()
/cts/tests/tests/companion/core/src/android/companion/cts/core/
DBackupAndRestoreTest.kt212 }.let { matched -> in <lambda>() method
213 if (!matched) { in <lambda>()
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityNodeInfoTest.java427 boolean matched = false; in assertEqualsTouchDelegateInfo()
432 matched = true; in assertEqualsTouchDelegateInfo()
436 assertTrue(message, matched); in assertEqualsTouchDelegateInfo()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java2808 boolean matched = BitmapUtils.compareBitmapsMse(expectedBitmap, actualBitmap, in testNdkCompress()
2813 + " at quality " + quality, matched); in testNdkCompress()