Home
last modified time | relevance | path

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

/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
1105 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/expect/
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/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DBasePermissionsTest.java293 final List<ResolveInfo> matches = packageManager.queryIntentActivities(intent, in getPermissionControllerPackageName() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DSurfaceViewPreviewTest.java899 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/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java439 final List<SecurityEvent> matches = in findEvent() local
/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/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.java1340 WebView wv, String wanted, int matches, boolean retry) { in WaitForFindResultsListener()