HomeSort by relevance Sort by last modified time
    Searched refs:coverageFilePath (Results 1 - 2 of 2) sorted by null

  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 259 private static final String REPORT_KEY_COVERAGE_PATH = "coverageFilePath";
600 String coverageFilePath = getCoverageFilePath();
601 java.io.File coverageFile = new java.io.File(coverageFilePath);
610 mResults.putString(REPORT_KEY_COVERAGE_PATH, coverageFilePath);
616 coverageFilePath));
    [all...]
  /frameworks/testing/androidtestlib/src/com/android/test/runner/
AndroidJUnitRunner.java 247 String coverageFilePath = getArguments().getString(ARGUMENT_COVERAGE_PATH);
248 addListener(list, testRunner, new CoverageListener(this, coverageFilePath));

Completed in 35 milliseconds