Searched refs:DEVICE_PATH (Results 1 – 1 of 1) sorted by relevance
103 private static final String DEVICE_PATH = "/some/path/on/the/device.ec"; field in JavaCodeCoverageCollectorTest175 HashMap<String, Metric> runMetrics = createMetricsWithCoverageMeasurement(DEVICE_PATH); in testRunEnded_rootEnabled_logsCoverageMeasurement()176 mockCoverageFileOnDevice(DEVICE_PATH); in testRunEnded_rootEnabled_logsCoverageMeasurement()206 HashMap<String, Metric> runMetrics = createMetricsWithCoverageMeasurement(DEVICE_PATH); in testRunEnded_rootEnabled_noModuleName_logsCoverageMeasurement()207 mockCoverageFileOnDevice(DEVICE_PATH); in testRunEnded_rootEnabled_noModuleName_logsCoverageMeasurement()226 HashMap<String, Metric> runMetrics = createMetricsWithCoverageMeasurement(DEVICE_PATH); in testFailure_unableToPullFile()228 doReturn(null).when(mMockDevice).pullFile(DEVICE_PATH); in testFailure_unableToPullFile()243 HashMap<String, Metric> runMetrics = createMetricsWithCoverageMeasurement(DEVICE_PATH); in testRunEnded_rootDisabled_enablesRootBeforePullingFiles()244 mockCoverageFileOnDevice(DEVICE_PATH); in testRunEnded_rootDisabled_enablesRootBeforePullingFiles()262 HashMap<String, Metric> runMetrics = createMetricsWithCoverageMeasurement(DEVICE_PATH); in testRunEnded_rootDisabled_noLogIfCannotEnableRoot()[all …]