Home
last modified time | relevance | path

Searched refs:conditions (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/libs/
Dopencv-android_LICENSE11 are permitted provided that the following conditions are met:
14 this list of conditions and the following disclaimer.
17 this list of conditions and the following disclaimer in the documentation
/cts/apps/CtsVerifier/res/raw/
Dopencv_library_license19 are permitted provided that the following conditions are met:
22 this list of conditions and the following disclaimer.
25 this list of conditions and the following disclaimer in the documentation
/cts/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT23 so, subject to the following conditions:
26 this list of conditions and the following disclaimers.
29 this list of conditions and the following disclaimers in the
DRationale320 these conditions should be explicitly marked as such; "normal"
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCustomViewActivityTest.java437 final Set<ContentCaptureCondition> conditions = new ArraySet<>(1); in testContentCaptureConditions() local
439 conditions.add(new ContentCaptureCondition(locusId, FLAG_IS_REGEX)); in testContentCaptureConditions()
440 service.setContentCaptureConditions(MY_PACKAGE, conditions); in testContentCaptureConditions()
461 final Set<ContentCaptureCondition> conditions = new ArraySet<>(1); in testContentCaptureConditions_otherPackage() local
463 conditions.add(new ContentCaptureCondition(locusId, FLAG_IS_REGEX)); in testContentCaptureConditions_otherPackage()
464 service.setContentCaptureConditions(OTHER_PACKAGE, conditions); in testContentCaptureConditions_otherPackage()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java734 Predicate<ImeEvent>... conditions) throws Exception { in waitOrderedImeEventsThenAssertImeShown() argument
735 for (Predicate<ImeEvent> condition : conditions) { in waitOrderedImeEventsThenAssertImeShown()