Home
last modified time | relevance | path

Searched defs:chain (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DDynamicRuleChainTest.java73 DynamicRuleChain chain = createWithRuleNames("DynamicRuleChainTest$Rule1"); in testAppliesRuleBySimpleClassNameForRulesInKnownPackage() local
81 DynamicRuleChain chain = createWithRuleNames("DynamicRuleChainTest$Rule1"); in testRuleCallbacks() local
92 DynamicRuleChain chain = in testAppliesRuleByFullyQualifiedClassName() local
105 DynamicRuleChain chain = createWithRuleNames(badName); in testThrowsOnNonexistentSimpleClassName() local
115 DynamicRuleChain chain = createWithRuleNames(badName); in testThrowsOnNonexistentFullyQualifiedClassName() local
121 DynamicRuleChain chain = in testMultipleRulesAreAppliedInCorrectOrder() local
143 DynamicRuleChain chain = in testInvalidRuleNameInMultipleRulesAlsoThrows() local
151 DynamicRuleChain chain = in testSupportsDuplicateSimpleRuleNames() local
172 DynamicRuleChain chain = in testSupportsDuplicateFullyQualifiedRuleNames() local
193 DynamicRuleChain chain = in testRulesOptionNameOverride() local
[all …]
/platform_testing/libraries/flicker/src/android/tools/flicker/legacy/runner/
DTransitionRunner.kt103 return rules.foldIndexed(RuleChain.outerRule(errorRule)) { index, chain, rule -> in <lambda>() method