HomeSort by relevance Sort by last modified time
    Searched refs:BUILD_FINGERPRINT (Results 1 - 9 of 9) sorted by null

  /build/tools/
buildinfo.sh 42 echo "ro.build.fingerprint=$BUILD_FINGERPRINT"
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DeviceInfoResultTest.java 108 * Test populating a verified-to-be-identical metric like DeviceInfoConstants.BUILD_FINGERPRINT
112 addMetric(DeviceInfoConstants.BUILD_FINGERPRINT, "fingerprint1", info);
115 DeviceInfoConstants.BUILD_FINGERPRINT));
117 addMetric(DeviceInfoConstants.BUILD_FINGERPRINT, "fingerprint1", info);
120 DeviceInfoConstants.BUILD_FINGERPRINT));
122 addMetric(DeviceInfoConstants.BUILD_FINGERPRINT, "fingerprint2", info);
124 DeviceInfoConstants.BUILD_FINGERPRINT).contains("ERROR"));
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 48 public static final String BUILD_FINGERPRINT = "build_fingerprint";
DeviceInfoInstrument.java 68 addResult(BUILD_FINGERPRINT, Build.FINGERPRINT);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestPackageResult.java 236 checkMetrics(metrics, DeviceInfoConstants.BUILD_FINGERPRINT,
DeviceInfoResult.java 305 checkMetrics(metricsCopy, DeviceInfoConstants.BUILD_FINGERPRINT,
  /build/core/
Makefile 97 ifeq (,$(strip $(BUILD_FINGERPRINT)))
98 BUILD_FINGERPRINT := $(PRODUCT_BRAND)/$(TARGET_PRODUCT)/$(TARGET_DEVICE):$(PLATFORM_VERSION)/$(BUILD_ID)/$(BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
100 ifneq ($(words $(BUILD_FINGERPRINT)),1)
101 $(error BUILD_FINGERPRINT cannot contain spaces: "$(BUILD_FINGERPRINT)")
167 BUILD_FINGERPRINT="$(BUILD_FINGERPRINT)" \
    [all...]
  /cts/tools/host/src/com/android/cts/
TestDevice.java 438 mInfoMap.put(BUILD_FINGERPRINT, buildFingerPrint);
555 return mInfoMap.get(BUILD_FINGERPRINT);
    [all...]
TestSessionLog.java 334 DeviceParameterCollector.BUILD_FINGERPRINT, bldInfo.getBuildFingerPrint());

Completed in 223 milliseconds