Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoader.java70 public static final String BUILD_FINGERPRINT_UNALTERED = "build_fingerprint_unaltered"; field in PreviousResultLoader
193 holder.context.getAttributes().getUniqueMap().get(BUILD_FINGERPRINT_UNALTERED); in init()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DResultHandler.java78 private static final String BUILD_FINGERPRINT_UNALTERED = "build_fingerprint_unaltered"; field in ResultHandler
215 String unalteredFingerprint = parser.getAttributeValue(NS, BUILD_FINGERPRINT_UNALTERED); in getResultFromDir()
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java73 private static final String BUILD_FINGERPRINT_UNALTERED = "build_fingerprint_unaltered"; field in ResultHandlerTest
136 BUILD_FINGERPRINT_UNALTERED + "=\"%s\" " +