Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestCoverageStatusEntity.java70 @Index @Getter @Setter long deviceInfoId; field in TestCoverageStatusEntity
94 long deviceInfoId) { in TestCoverageStatusEntity() argument
99 this.deviceInfoId = deviceInfoId; in TestCoverageStatusEntity()
228 long deviceInfoId = 0; in fromEntity() local
233 deviceInfoId = (Long) e.getProperty(DEVICE_INFO_ID); in fromEntity()
240 testName, timestamp, coveredLineCount, totalLineCount, deviceInfoId); in fromEntity()