Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
H A DSystemPreparer.java302 private TestRule mTestRule; field in SystemPreparer.TestRuleDelegate
309 mTestRule = testRule; in setDelegate()
314 if (mTestRule == null) { in apply()
327 Statement statement = mTestRule.apply(base, description); in apply()
328 mTestRule = null; in apply() field in SystemPreparer