Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/rcs/src/android/telephony/ims/cts/
DRcsEventTest.java174 private boolean matches(RcsGroupThreadParticipantJoinedEvent expected, RcsEvent actual) { in matches() method in RcsEventTest
187 private boolean matches(RcsGroupThreadNameChangedEvent expected, RcsEvent actual) { in matches() method in RcsEventTest
198 private boolean matches(RcsGroupThreadParticipantLeftEvent expected, RcsEvent actual) { in matches() method in RcsEventTest
211 private boolean matches(RcsGroupThreadIconChangedEvent expected, RcsEvent actual) { in matches() method in RcsEventTest
231 private boolean matches(RcsParticipantAliasChangedEvent expected, RcsEvent actual) { in matches() method in RcsEventTest
/cts/tests/tests/content/src/android/content/pm/cts/
DInstantAppTest.java59 final List<ResolveInfo> matches = in testInstantAppResolverQuery() local
73 final List<ResolveInfo> matches = in testInstantAppInstallerQuery() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DCharSequenceMatcher.java28 public boolean matches(CharSequence actual) { in matches() method in CharSequenceMatcher
DHelper.java135 boolean matches(T node, Object id); in matches() method
1094 final List<Match> matches = actualResult.getValue().getMatches(); in assertMatches() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DInMatcher.java46 public boolean matches(Object o) { in matches() method in InMatcher
/cts/libs/vogar-expect/src/vogar/
DExpectation.java97 public boolean matches(Outcome outcome) { in matches() method in Expectation
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsMouseUtil.java106 public boolean matches(MotionEvent actual) { in matches() method in CtsMouseUtil.ActionMatcher
127 public boolean matches(MotionEvent actual) { in matches() method in CtsMouseUtil.PositionMatcher
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsMouseUtil.java106 public boolean matches(MotionEvent actual) { in matches() method in CtsMouseUtil.ActionMatcher
127 public boolean matches(MotionEvent actual) { in matches() method in CtsMouseUtil.PositionMatcher
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java1450 public boolean matches(Object item) { in matches() method in AppWidgetTest.OptionsMatcher
1469 public boolean matches(Object item) { in matches() method in AppWidgetTest.WidgetIdsMatcher
1490 public boolean matches(Object item) { in matches() method in AppWidgetTest.RemoteViewsMatcher
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java108 public static boolean matches(ProfileAttributes attribs, AudioDeviceInfo deviceInfo) { in matches() method in PeripheralProfile
/cts/apps/CtsVerifier/jni/midi/
DMidiTestManager.cpp142 bool matches = true; in matchStream() local
/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java593 public boolean matches(Object item) { in matches() method in HtmlTest.StringIgnoringTrailingWhitespaceMatcher
/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java238 static boolean matches(JDiffClassDescription.JDiffMethod jDiffMethod, in matches() method in ReflectionHelper
/cts/tests/camera/src/android/hardware/camera2/cts/
DSurfaceViewPreviewTest.java893 public boolean matches(TotalCaptureResult obj) { in matches() method in SurfaceViewPreviewTest.IsCaptureResultValid
DCameraDeviceTest.java1572 public boolean matches(TotalCaptureResult result) { in matches() method in CameraDeviceTest.IsCaptureResultNotEmpty
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DMidiActivity.java489 public boolean matches(byte[] msg, int offset, int count) { in matches() method in MidiActivity.TestMessage
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java435 final List<SecurityEvent> matches = in findEvent() local
/cts/tests/tests/text/src/android/text/util/cts/
DLinkifyTest.java1063 public boolean matches(CharSequence arg) { in matches() method in LinkifyTest.EqStringMatcher
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1336 WebView wv, String wanted, int matches, boolean retry) { in WaitForFindResultsListener()