Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DDeviceInfoResultTest.java123 addMetric(DeviceInfoConstants.BUILD_FINGERPRINT, "fingerprint1", info); in testPopulateMetrics_verify()
126 DeviceInfoConstants.BUILD_FINGERPRINT)); in testPopulateMetrics_verify()
128 addMetric(DeviceInfoConstants.BUILD_FINGERPRINT, "fingerprint1", info); in testPopulateMetrics_verify()
131 DeviceInfoConstants.BUILD_FINGERPRINT)); in testPopulateMetrics_verify()
133 addMetric(DeviceInfoConstants.BUILD_FINGERPRINT, "fingerprint2", info); in testPopulateMetrics_verify()
135 DeviceInfoConstants.BUILD_FINGERPRINT).contains("ERROR")); in testPopulateMetrics_verify()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGenericDeviceInfo.java47 public static final String BUILD_FINGERPRINT = "build_fingerprint"; field in GenericDeviceInfo
73 store.addResult(BUILD_FINGERPRINT, Build.FINGERPRINT); in collectDeviceInfo()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoConstants.java60 public static final String BUILD_FINGERPRINT = "build_fingerprint"; field
DDeviceInfoInstrument.java76 addResult(BUILD_FINGERPRINT, Build.FINGERPRINT); in onStart()
/cts/common/util/src/com/android/compatibility/common/util/
DResultHandler.java54 private static final String BUILD_FINGERPRINT = "build_fingerprint"; field in ResultHandler
137 invocation.setBuildFingerprint(parser.getAttributeValue(NS, BUILD_FINGERPRINT)); in getResults()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DDeviceInfoResult.java370 checkMetrics(metricsCopy, DeviceInfoConstants.BUILD_FINGERPRINT, in populateMetrics()