Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DDeviceInfo.java52 String deviceInfoName = getClass().getSimpleName() + FILE_SUFFIX; in testCollectDeviceInfo() local
63 throw new EOFException(String.format("File is empty: %s", deviceInfoName)); in testCollectDeviceInfo()
67 mLogger.addTestLog(deviceInfoName, LogDataType.TEXT, source); in testCollectDeviceInfo()
71 deviceInfoName, e.getMessage())); in testCollectDeviceInfo()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java486 String deviceInfoName = String.format("Test%s", DeviceInfo.FILE_SUFFIX); in testTestLogWithDeviceInfo() local
488 mReporter.testLog(deviceInfoName, LogDataType.TEXT, fakeData); in testTestLogWithDeviceInfo()
497 assertEquals(deviceInfoName, deviceInfoFile.getName()); in testTestLogWithDeviceInfo()