Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestSuiteResultEntity.java174 @Getter @Setter String infraLogPath; field in TestSuiteResultEntity
235 String infraLogPath, in TestSuiteResultEntity() argument
255 this.infraLogPath = infraLogPath; in TestSuiteResultEntity()
402 return infraLogPath.replace("gs://" + gcsInfraLogBucketName + "/", ""); in getScreenInfraLogPath()