Searched refs:testDevice (Results 1 – 2 of 2) sorted by relevance
40 private final ITestDevice testDevice; field in MetricsRunner49 static MetricsRunner create(ITestDevice testDevice, TestLogData logs) in create() argument52 testDevice.executeShellCommand("echo -n ${EXTERNAL_STORAGE}"); in create()53 return new MetricsRunner(testDevice, deviceParentDirectory, logs); in create()57 ITestDevice testDevice, String deviceParentDirectory, TestLogData logs) { in MetricsRunner() argument58 this.testDevice = testDevice; in MetricsRunner()123 testDevice.executeShellCommand(String.format("mkdir %s", deviceDirectoryName)); in runAllInstrumentations()137 testDevice.executeShellCommand(String.format("rm -r %s", deviceDirectoryName)); in runAllInstrumentations()159 testDevice.executeShellCommand(command); in runInstrumentation()170 testDevice.executeShellCommand("ls " + deviceDirectoryName).split("\\s"); in checkForErrorFile()[all …]
49 private ITestDevice testDevice; field in LibcoreHeapMetricsTest54 testDevice = device; in setDevice()59 return testDevice; in getDevice()64 metricsRunner = MetricsRunner.create(testDevice, logs); in initializeHeapDumperRunner()