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

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestResultPrinter.java 116 String resultFileName = String.format(RESULT_FILE_FORMAT, cameraId);
117 File txtFile = new File(RESULT_DIR, resultFileName);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 465 for (String resultFileName : CTS_RESULT_RESOURCES) {
467 resultFileName));
469 File resultFile = new File(resultsDir, resultFileName);
473 Log.w(LOG_TAG, String.format("Failed to write %s to file", resultFileName));
476 Log.w(LOG_TAG, String.format("Failed to load %s from jar", resultFileName));
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java 620 for (String resultFileName : RESULT_RESOURCES) {
622 String.format("/report/%s", resultFileName));
624 File resultFile = new File(resultsDir, resultFileName);
628 warn("Failed to write %s to file", resultFileName);
631 warn("Failed to load %s from jar", resultFileName);

Completed in 78 milliseconds