Home
last modified time | relevance | path

Searched refs:testRuleDelegate (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
DSystemPreparer.java74 @Nullable TestRuleDelegate testRuleDelegate, DeviceProvider deviceProvider) { in SystemPreparer() argument
75 this(hostTempFolder, rebootStrategy, testRuleDelegate, false, deviceProvider); in SystemPreparer()
79 @Nullable TestRuleDelegate testRuleDelegate, boolean debugSkipAfterReboot, in SystemPreparer() argument
85 if (testRuleDelegate != null) { in SystemPreparer()
86 testRuleDelegate.setDelegate(mTearDownRule); in SystemPreparer()