OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_FINGERPRINT
(Results
1 - 9
of
9
) 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-info/src/com/android/compatibility/common/deviceinfo/
GenericDeviceInfo.java
62
public static final String
BUILD_FINGERPRINT
= "
build_fingerprint
";
87
addResult(
BUILD_FINGERPRINT
, Build.FINGERPRINT);
/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
60
public static final String
BUILD_FINGERPRINT
= "
build_fingerprint
";
DeviceInfoInstrument.java
73
addResult(
BUILD_FINGERPRINT
, Build.FINGERPRINT);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java
358
checkMetrics(metricsCopy, DeviceInfoConstants.
BUILD_FINGERPRINT
,
/external/sepolicy/
Android.mk
316
$(hide) echo -n $(
BUILD_FINGERPRINT
) > $@
/build/core/
Makefile
85
$(hide) echo ro.bootimage.build.fingerprint="$(
BUILD_FINGERPRINT
)">>$@
121
ifeq (,$(strip $(
BUILD_FINGERPRINT
)))
123
# Trim down
BUILD_FINGERPRINT
: the default BUILD_NUMBER makes it easily exceed
129
BUILD_FINGERPRINT
:= $(PRODUCT_BRAND)/$(TARGET_PRODUCT)/$(TARGET_DEVICE):$(PLATFORM_VERSION)/$(BUILD_ID)/$(BF_BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
131
ifneq ($(words $(
BUILD_FINGERPRINT
)),1)
132
$(error
BUILD_FINGERPRINT
cannot contain spaces: "$(
BUILD_FINGERPRINT
)")
215
BUILD_FINGERPRINT
="$(
BUILD_FINGERPRINT
)" \
271
$(hide) echo ro.vendor.build.fingerprint="$(
BUILD_FINGERPRINT
)">>$
[
all
...]
Completed in 606 milliseconds