Searched refs:DynamicConfigPusher (Results 1 – 3 of 3) sorted by relevance
57 private DynamicConfigPusher mPreparer;68 mPreparer = new DynamicConfigPusher(); in setUp()83 mPreparer = new DynamicConfigPusher(); in testGetSuiteName_fromTestSuiteInfo()95 mPreparer = new DynamicConfigPusher(); in testGetSuiteName_fromTestSuiteTag()250 mPreparer = new DynamicConfigPusher() { in testSetUp()
20 import com.android.compatibility.common.tradefed.targetprep.DynamicConfigPusher;106 } else if (preparer instanceof DynamicConfigPusher) { in initializePrepareLists()
50 public class DynamicConfigPusher extends BaseTargetPreparer implements IInvocationContextReceiver { class