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

  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DeviceInfoCollector.java 42 private static final Map<String, String> BUILD_KEYS = new HashMap<>();
44 BUILD_KEYS.put("cts:build_id", "ro.build.id");
45 BUILD_KEYS.put("cts:build_product", "ro.product.name");
46 BUILD_KEYS.put("cts:build_device", "ro.product.device");
47 BUILD_KEYS.put("cts:build_board", "ro.product.board");
48 BUILD_KEYS.put("cts:build_manufacturer", "ro.product.manufacturer");
49 BUILD_KEYS.put("cts:build_brand", "ro.product.brand");
50 BUILD_KEYS.put("cts:build_model", "ro.product.model");
51 BUILD_KEYS.put("cts:build_type", "ro.build.type");
52 BUILD_KEYS.put("cts:build_tags", "ro.build.tags")
    [all...]
  /build/core/
Makefile 123 BUILD_KEYS := test-keys
125 BUILD_KEYS := dev-keys
127 BUILD_VERSION_TAGS += $(BUILD_KEYS)
175 BUILD_DISPLAY_ID := $(BUILD_ID).$(BUILD_NUMBER_FROM_FILE) $(BUILD_KEYS)
177 BUILD_DISPLAY_ID := $(BUILD_ID) $(BUILD_KEYS)
    [all...]

Completed in 111 milliseconds