Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java489 File deviceInfoFolder = new File(mBuildHelper.getResultDir(), DeviceInfo.RESULT_DIR_NAME); in testTestLogWithDeviceInfo() local
491 assertTrue(deviceInfoFolder.exists()); in testTestLogWithDeviceInfo()
492 File[] deviceInfoFiles = deviceInfoFolder.listFiles(); in testTestLogWithDeviceInfo()