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"
437 final Set<ContentCaptureCondition> conditions = new ArraySet<>(1); in testContentCaptureConditions() local439 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() local463 conditions.add(new ContentCaptureCondition(locusId, FLAG_IS_REGEX)); in testContentCaptureConditions_otherPackage()464 service.setContentCaptureConditions(OTHER_PACKAGE, conditions); in testContentCaptureConditions_otherPackage()
734 Predicate<ImeEvent>... conditions) throws Exception { in waitOrderedImeEventsThenAssertImeShown() argument735 for (Predicate<ImeEvent> condition : conditions) { in waitOrderedImeEventsThenAssertImeShown()