Searched refs:instrumentation (Results 1 – 4 of 4) sorted by relevance
32 private DPadHelper(Instrumentation instrumentation) { in DPadHelper() argument33 mDevice = UiDevice.getInstance(instrumentation); in DPadHelper()36 public static DPadHelper getInstance(Instrumentation instrumentation) { in getInstance() argument38 mInstance = new DPadHelper(instrumentation); in getInstance()
70 private Instrumentation instrumentation = null; field in SysAppTestHelper84 private SysAppTestHelper(UiDevice mDevice, Instrumentation instrumentation) { in SysAppTestHelper() argument87 this.instrumentation = instrumentation; in SysAppTestHelper()97 public static SysAppTestHelper getInstance(UiDevice device, Instrumentation instrumentation) { in getInstance() argument99 sysAppTestHelperInstance = new SysAppTestHelper(device, instrumentation); in getInstance()212 instrumentation.getContext().sendBroadcast(mIntent); in reloadDemoCards()220 instrumentation.getContext().startActivity(mIntent); in launchActivity()
72 Instrumentation instrumentation) { in ExternalStorageHelper() argument76 mInstrumentation = instrumentation; in ExternalStorageHelper()80 UiAutomation uiAutomation, Instrumentation instrumentation) { in getInstance() argument82 mInstance = new ExternalStorageHelper(device, context, uiAutomation, instrumentation); in getInstance()
427 Test test, Instrumentation instrumentation) { in setInstrumentationIfInstrumentationTestCase() argument429 ((InstrumentationTestCase) test).injectInstrumentation(instrumentation); in setInstrumentationIfInstrumentationTestCase()481 public void setInstrumentation(Instrumentation instrumentation) { in setInstrumentation() argument482 mInstrumentation = instrumentation; in setInstrumentation()