Home
last modified time | relevance | path

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

/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
DSystemPreparer.java290 private TestRule mTestRule; field in SystemPreparer.TestRuleDelegate
297 mTestRule = testRule; in setDelegate()
302 if (mTestRule == null) { in apply()
315 Statement statement = mTestRule.apply(base, description); in apply()
316 mTestRule = null; in apply() field in SystemPreparer