Home
last modified time | relevance | path

Searched refs:getCoverageProcesses (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java929 new NativeCodeCoverageFlusher(mDevice, options.getCoverageProcesses()); in doTestRun()
935 new JavaCodeCoverageFlusher(mDevice, options.getCoverageProcesses()); in doTestRun()
DNativeCodeCoverageListener.java84 mFlusher = new NativeCodeCoverageFlusher(mDevice, coverageOptions.getCoverageProcesses()); in NativeCodeCoverageListener()
DJavaCodeCoverageListener.java79 mFlusher = new JavaCodeCoverageFlusher(device, options.getCoverageProcesses()); in JavaCodeCoverageListener()
DClangCodeCoverageListener.java226 mDevice, mConfiguration.getCoverageOptions().getCoverageProcesses()); in getCoverageFlusher()
DGTest.java435 new NativeCodeCoverageFlusher(mDevice, getCoverageOptions().getCoverageProcesses()); in run()
/tools/tradefederation/core/src/com/android/tradefed/testtype/coverage/
DCoverageOptions.java100 public List<String> getCoverageProcesses() { in getCoverageProcesses() method in CoverageOptions
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryTest.java231 new NativeCodeCoverageFlusher(mDevice, getCoverageOptions().getCoverageProcesses()); in run()