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

  /build/make/tools/releasetools/
ota_from_target_files 208 for oem_dict in oem_dicts:
209 if oem_dict.get(prop):
210 values.append(oem_dict[prop])
278 def GetOemProperty(name, oem_props, oem_dict, info_dict):
280 return oem_dict[name]
284 def CalculateFingerprint(oem_props, oem_dict, info_dict):
288 GetOemProperty("ro.product.brand", oem_props, oem_dict, info_dict),
289 GetOemProperty("ro.product.name", oem_props, oem_dict, info_dict),
290 GetOemProperty("ro.product.device", oem_props, oem_dict, info_dict),
    [all...]
ota_from_target_files.py 208 for oem_dict in oem_dicts:
209 if oem_dict.get(prop):
210 values.append(oem_dict[prop])
278 def GetOemProperty(name, oem_props, oem_dict, info_dict):
280 return oem_dict[name]
284 def CalculateFingerprint(oem_props, oem_dict, info_dict):
288 GetOemProperty("ro.product.brand", oem_props, oem_dict, info_dict),
289 GetOemProperty("ro.product.name", oem_props, oem_dict, info_dict),
290 GetOemProperty("ro.product.device", oem_props, oem_dict, info_dict),
    [all...]

Completed in 340 milliseconds