Searched refs:mTestRule (Results 1 – 1 of 1) sorted by relevance
290 private TestRule mTestRule; field in SystemPreparer.TestRuleDelegate297 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