Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java492 File[] deviceInfoFiles = deviceInfoFolder.listFiles(); in testTestLogWithDeviceInfo() local
494 assertEquals(1, deviceInfoFiles.length); in testTestLogWithDeviceInfo()
495 File deviceInfoFile = deviceInfoFiles[0]; in testTestLogWithDeviceInfo()