Searched refs:EXAMPLE_BUILD_FINGERPRINT (Results 1 – 1 of 1) sorted by relevance
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | ResultHandlerTest.java | 79 private static final String EXAMPLE_BUILD_FINGERPRINT = "example_build_fingerprint"; field in ResultHandlerTest 197 result.addInvocationInfo(BUILD_FINGERPRINT, EXAMPLE_BUILD_FINGERPRINT); in testSerialization() 288 result.addInvocationInfo(BUILD_FINGERPRINT, EXAMPLE_BUILD_FINGERPRINT); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() 369 checkResult(result, EXAMPLE_BUILD_FINGERPRINT, false, false); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() 386 EXAMPLE_BUILD_FINGERPRINT, EXAMPLE_BUILD_FINGERPRINT_UNALTERED, in testParsing_usesUnalteredBuildFingerprintWhenPresent() 398 EXAMPLE_BUILD_FINGERPRINT, "", EXAMPLE_BUILD_ID, EXAMPLE_BUILD_PRODUCT); in testParsing_whenUnalteredBuildFingerprintIsEmpty_usesRegularBuildFingerprint() 401 ResultHandler.getResultFromDir(resultDir), EXAMPLE_BUILD_FINGERPRINT, false, true); in testParsing_whenUnalteredBuildFingerprintIsEmpty_usesRegularBuildFingerprint() local 413 String buildInfo = String.format(XML_BUILD_INFO, EXAMPLE_BUILD_FINGERPRINT, in writeResultDir() 505 checkResult(result, EXAMPLE_BUILD_FINGERPRINT, newTestFormat, true); in checkResult()
|