Searched refs:TestRuleDelegate (Results 1 – 8 of 8) sorted by relevance
74 @Nullable TestRuleDelegate testRuleDelegate, DeviceProvider deviceProvider) { in SystemPreparer()79 @Nullable TestRuleDelegate testRuleDelegate, boolean debugSkipAfterReboot, in SystemPreparer()285 public static class TestRuleDelegate implements TestRule { class in SystemPreparer292 public TestRuleDelegate(boolean throwOnNull) { in TestRuleDelegate() method in SystemPreparer.TestRuleDelegate
41 val deviceRebootRule = SystemPreparer.TestRuleDelegate(true)
27 val deviceRebootRule = SystemPreparer.TestRuleDelegate(true)
43 val deviceRebootRule = SystemPreparer.TestRuleDelegate(true)
45 val deviceRebootRule = SystemPreparer.TestRuleDelegate(true)
56 val deviceRebootRule = SystemPreparer.TestRuleDelegate(true)
57 val deviceRebootRule = SystemPreparer.TestRuleDelegate(true) in <lambda>()