Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterBuildInfoTest.java49 assertEquals(invocationInfo.get(ResultReporter.BUILD_VERSION_RELEASE), version); in testOverrideBuildProperties()
75 buildProperties.put(BUILD_VERSION_RELEASE, BUILD_VERSION_RELEASE); in mapBuildInfo()
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh55 BUILD_VERSION_RELEASE=`adb shell getprop ro.build.version.release`
57 if [[ $BUILD_VERSION_RELEASE == "Q" ]]; then
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java114 public static final String BUILD_VERSION_RELEASE = "build_version_release"; field in ResultReporter
887 buildProperties.put(BUILD_VERSION_RELEASE, versionOverride); in addDeviceBuildInfoToResult()