Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java72 private static final String BUILD_FINGERPRINT = "build_fingerprint"; field in ResultHandlerTest
132 BUILD_FINGERPRINT + "=\"%s\" " +
138 BUILD_FINGERPRINT + "=\"%s\" " +
200 result.addInvocationInfo(BUILD_FINGERPRINT, EXAMPLE_BUILD_FINGERPRINT); in testSerialization()
291 result.addInvocationInfo(BUILD_FINGERPRINT, EXAMPLE_BUILD_FINGERPRINT); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java82 private static final String BUILD_FINGERPRINT = "build_fingerprint"; field in ResultHandler
220 String reportFingerprint = parser.getAttributeValue(NS, BUILD_FINGERPRINT); in getResultFromDir()
472 entry.getKey().equals(BUILD_FINGERPRINT)) { in writeResults()