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.java476 final Set<ContentCaptureCondition> conditions = new ArraySet<>(1); in testContentCaptureConditions() local
478 conditions.add(new ContentCaptureCondition(locusId, FLAG_IS_REGEX)); in testContentCaptureConditions()
479 service.setContentCaptureConditions(MY_PACKAGE, conditions); in testContentCaptureConditions()
500 final Set<ContentCaptureCondition> conditions = new ArraySet<>(1); in testContentCaptureConditions_otherPackage() local
502 conditions.add(new ContentCaptureCondition(locusId, FLAG_IS_REGEX)); in testContentCaptureConditions_otherPackage()
503 service.setContentCaptureConditions(OTHER_PACKAGE, conditions); in testContentCaptureConditions_otherPackage()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayTestBase.java868 Predicate<ImeEvent>... conditions) throws Exception { in waitOrderedImeEventsThenAssertImeShown() argument
869 for (Predicate<ImeEvent> condition : conditions) { in waitOrderedImeEventsThenAssertImeShown()