OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_FINGERPRINT
(Results
1 - 5
of
5
) sorted by null
/build/tools/
buildinfo.sh
38
echo "ro.build.fingerprint=$
BUILD_FINGERPRINT
"
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java
71
private static final String
BUILD_FINGERPRINT
= "
build_fingerprint
";
102
addResult(
BUILD_FINGERPRINT
, Build.FINGERPRINT);
/build/core/
Makefile
78
ifeq (,$(strip $(
BUILD_FINGERPRINT
)))
79
BUILD_FINGERPRINT
:= $(PRODUCT_BRAND)/$(TARGET_PRODUCT)/$(TARGET_DEVICE):$(PLATFORM_VERSION)/$(BUILD_ID)/$(BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
81
ifneq ($(words $(
BUILD_FINGERPRINT
)),1)
82
$(error
BUILD_FINGERPRINT
cannot contain spaces: "$(
BUILD_FINGERPRINT
)")
139
BUILD_FINGERPRINT
="$(
BUILD_FINGERPRINT
)" \
[
all
...]
/cts/tools/host/src/com/android/cts/
TestDevice.java
409
public static final String
BUILD_FINGERPRINT
= "
build_fingerprint
";
472
mInfoMap.put(
BUILD_FINGERPRINT
, buildFingerPrint);
589
return mInfoMap.get(
BUILD_FINGERPRINT
);
[
all
...]
TestSessionLog.java
334
DeviceParameterCollector.
BUILD_FINGERPRINT
, bldInfo.getBuildFingerPrint());
Completed in 680 milliseconds