OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_FINGERPRINT
(Results
1 - 7
of
7
) 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
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/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
51
public static final String
BUILD_FINGERPRINT
= "
build_fingerprint
";
DeviceInfoInstrument.java
72
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
341
checkMetrics(metricsCopy, DeviceInfoConstants.
BUILD_FINGERPRINT
,
/build/core/
Makefile
111
ifeq (,$(strip $(
BUILD_FINGERPRINT
)))
112
BUILD_FINGERPRINT
:= $(PRODUCT_BRAND)/$(TARGET_PRODUCT)/$(TARGET_DEVICE):$(PLATFORM_VERSION)/$(BUILD_ID)/$(BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
114
ifneq ($(words $(
BUILD_FINGERPRINT
)),1)
115
$(error
BUILD_FINGERPRINT
cannot contain spaces: "$(
BUILD_FINGERPRINT
)")
188
BUILD_FINGERPRINT
="$(
BUILD_FINGERPRINT
)" \
[
all
...]
Completed in 105 milliseconds