Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/
DScubaExportStrategy.kt116 val protoSuffix = getOnDeviceArtifactsSuffix(goldenIdentifier, resultProtoFileSuffix) in getPathOnDeviceFor()
118 getOnDeviceArtifactsSuffix(goldenIdentifier, resultBinaryProtoFileSuffix) in getPathOnDeviceFor()
140 private fun getOnDeviceArtifactsSuffix(goldenIdentifier: String, suffix: String): String { in getOnDeviceArtifactsSuffix() method in platform.test.screenshot.report.ExportToScubaStrategy