Searched refs:conditions (Results 1 – 6 of 6) sorted by relevance
11 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
19 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
23 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
320 these conditions should be explicitly marked as such; "normal"
476 final Set<ContentCaptureCondition> conditions = new ArraySet<>(1); in testContentCaptureConditions() local478 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() local502 conditions.add(new ContentCaptureCondition(locusId, FLAG_IS_REGEX)); in testContentCaptureConditions_otherPackage()503 service.setContentCaptureConditions(OTHER_PACKAGE, conditions); in testContentCaptureConditions_otherPackage()
868 Predicate<ImeEvent>... conditions) throws Exception { in waitOrderedImeEventsThenAssertImeShown() argument869 for (Predicate<ImeEvent> condition : conditions) { in waitOrderedImeEventsThenAssertImeShown()