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

  /cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DeviceInfoTest.java 39 String resultFilePath = testDeviceInfo.getResultFilePath();
41 assertNotNull("Expected a non-null resultFilePath", resultFilePath);
43 assertEquals("Incorrect file path", EXPECTED_FILE_PATH, resultFilePath);
45 String jsonContent = readFile(resultFilePath);
  /tools/tradefederation/contrib/src/com/android/media/tests/
Camera2FrameworkStressTest.java 110 String resultFilePath;
114 resultFilePath = getResultFilePath(cameraId);
115 getDevice().pullFile(resultFilePath, outputFile);
118 + "result file: %s", resultFilePath),

Completed in 266 milliseconds