Searched refs:returnFileContentsOnShellCommand (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/ |
D | ClangCodeCoverageCollectorTest.java | 200 returnFileContentsOnShellCommand(mMockDevice, "/data/misc/trace", emptyTarGz); in coverageFlushEnabled_flushCalled() 201 returnFileContentsOnShellCommand(mMockDevice, "/data/local/tmp", emptyTarGz); in coverageFlushEnabled_flushCalled() 228 returnFileContentsOnShellCommand(mMockDevice, "/data/misc/trace", tarGz); in testRun_misc_trace_only_logsCoverageFile() 229 returnFileContentsOnShellCommand(mMockDevice, "/data/local/tmp", emptyTarGz); in testRun_misc_trace_only_logsCoverageFile() 285 returnFileContentsOnShellCommand(mMockDevice, "/data/misc/trace", emptyTarGz); in testRun_local_tmp_only_logsCoverageFile() 286 returnFileContentsOnShellCommand(mMockDevice, "/data/local/tmp", tarGz); in testRun_local_tmp_only_logsCoverageFile() 333 returnFileContentsOnShellCommand(mMockDevice, "/data/misc/trace", dataMiscTraceTarGz); in testRun_both_locations_logsCoverageFile() 339 returnFileContentsOnShellCommand(mMockDevice, "/data/local/tmp", dataLocalTmpTarGz); in testRun_both_locations_logsCoverageFile() 389 returnFileContentsOnShellCommand(mMockDevice, "/data/misc/trace", tarGz); in testRun_noModuleName_logsCoverageFile() 390 returnFileContentsOnShellCommand(mMockDevice, "/data/local/tmp", emptyTarGz); in testRun_noModuleName_logsCoverageFile() [all …]
|
D | JavaCodeCoverageCollectorTest.java | 179 returnFileContentsOnShellCommand(mMockDevice, createTarGz(ImmutableMap.of())); in testRunEnded_rootEnabled_logsCoverageMeasurement() 211 returnFileContentsOnShellCommand(mMockDevice, createTarGz(ImmutableMap.of())); in testRunEnded_rootEnabled_noModuleName_logsCoverageMeasurement() 229 returnFileContentsOnShellCommand(mMockDevice, createTarGz(ImmutableMap.of())); in testFailure_unableToPullFile() 247 returnFileContentsOnShellCommand(mMockDevice, createTarGz(ImmutableMap.of())); in testRunEnded_rootDisabled_enablesRootBeforePullingFiles() 286 returnFileContentsOnShellCommand(mMockDevice, createTarGz(ImmutableMap.of())); in testRunEnded_rootDisabled_disablesRootAfterPullingFiles() 320 returnFileContentsOnShellCommand(mMockDevice, createTarGz(coverageData)); in testCoverageFlush_producesMultipleMeasurements() 366 returnFileContentsOnShellCommand(mMockDevice, createTarGz(ImmutableMap.of())); in testRunningProcess_coverageFileNotDeleted() 397 returnFileContentsOnShellCommand(mMockDevice, tarGz); in testStreamingCoverage_logsReceived() 433 returnFileContentsOnShellCommand(mMockDevice, tarGz); in testMergeSingleMeasurement_logReceived() 476 returnFileContentsOnShellCommand(mMockDevice, tarGz); in testMergeMultipleMeasurements_logContainsAllData() [all …]
|