OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_FINGERPRINT
(Results
1 - 8
of
8
) sorted by null
/build/tools/
buildinfo.sh
53
echo "ro.build.fingerprint=$
BUILD_FINGERPRINT
"
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DeviceInfoResultTest.java
119
* Test populating a verified-to-be-identical metric like DeviceInfoConstants.
BUILD_FINGERPRINT
123
addMetric(DeviceInfoConstants.
BUILD_FINGERPRINT
, "fingerprint1", info);
126
DeviceInfoConstants.
BUILD_FINGERPRINT
));
128
addMetric(DeviceInfoConstants.
BUILD_FINGERPRINT
, "fingerprint1", info);
131
DeviceInfoConstants.
BUILD_FINGERPRINT
));
133
addMetric(DeviceInfoConstants.
BUILD_FINGERPRINT
, "fingerprint2", info);
135
DeviceInfoConstants.
BUILD_FINGERPRINT
).contains("ERROR"));
/cts/common/device-side/device-setup/src/com/android/compatibility/common/devicesetup/
DeviceInfoConstants.java
29
public static final String
BUILD_FINGERPRINT
= "buildFingerprint";
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
57
public static final String
BUILD_FINGERPRINT
= "
build_fingerprint
";
DeviceInfoInstrument.java
73
addResult(
BUILD_FINGERPRINT
, Build.FINGERPRINT);
/build/core/
Makefile
113
ifeq (,$(strip $(
BUILD_FINGERPRINT
)))
115
# Trim down
BUILD_FINGERPRINT
: the default BUILD_NUMBER makes it easily exceed
121
BUILD_FINGERPRINT
:= $(PRODUCT_BRAND)/$(TARGET_PRODUCT)/$(TARGET_DEVICE):$(PLATFORM_VERSION)/$(BUILD_ID)/$(BF_BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
123
ifneq ($(words $(
BUILD_FINGERPRINT
)),1)
124
$(error
BUILD_FINGERPRINT
cannot contain spaces: "$(
BUILD_FINGERPRINT
)")
222
BUILD_FINGERPRINT
="$(
BUILD_FINGERPRINT
)" \
264
$(hide) echo ro.vendor.build.fingerprint="$(
BUILD_FINGERPRINT
)">>$@
[
all
...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java
356
checkMetrics(metricsCopy, DeviceInfoConstants.
BUILD_FINGERPRINT
,
/external/sepolicy/
Android.mk
311
$(hide) echo -n $(
BUILD_FINGERPRINT
) > $@
Completed in 89 milliseconds