Searched refs:testDevice (Results 1 - 2 of 2) sorted by relevance

/libcore/metrictests/memory/host/src/libcore/heapmetrics/
H A DMetricsRunner.java41 private final ITestDevice testDevice; field in class:MetricsRunner
50 static MetricsRunner create(ITestDevice testDevice, TestLogData logs) argument
53 testDevice.executeShellCommand("echo -n ${EXTERNAL_STORAGE}");
54 return new MetricsRunner(testDevice, deviceParentDirectory, logs);
58 ITestDevice testDevice, String deviceParentDirectory, TestLogData logs) {
59 this.testDevice = testDevice;
124 testDevice.executeShellCommand(String.format("mkdir %s", deviceDirectoryName));
138 testDevice.executeShellCommand(String.format("rm -r %s", deviceDirectoryName));
160 testDevice
57 MetricsRunner( ITestDevice testDevice, String deviceParentDirectory, TestLogData logs) argument
[all...]
H A DLibcoreHeapMetricsTest.java49 private ITestDevice testDevice; field in class:LibcoreHeapMetricsTest
54 testDevice = device;
59 return testDevice;
64 metricsRunner = MetricsRunner.create(testDevice, logs);

Completed in 63 milliseconds