Home
last modified time | relevance | path

Searched refs:oem_props (Results 1 – 2 of 2) sorted by relevance

/build/tools/releasetools/
Dota_from_target_files402 oem_props = info_dict.get("oem_fingerprint_properties")
403 if oem_props is None or len(oem_props) == 0:
410 for prop in oem_props.split():
431 def GetOemProperty(name, oem_props, oem_dict, info_dict): argument
432 if oem_props is not None and name in oem_props:
437 def CalculateFingerprint(oem_props, oem_dict, info_dict): argument
438 if oem_props is None:
441 GetOemProperty("ro.product.brand", oem_props, oem_dict, info_dict),
442 GetOemProperty("ro.product.name", oem_props, oem_dict, info_dict),
443 GetOemProperty("ro.product.device", oem_props, oem_dict, info_dict),
[all …]
Dota_from_target_files.py402 oem_props = info_dict.get("oem_fingerprint_properties")
403 if oem_props is None or len(oem_props) == 0:
410 for prop in oem_props.split():
431 def GetOemProperty(name, oem_props, oem_dict, info_dict): argument
432 if oem_props is not None and name in oem_props:
437 def CalculateFingerprint(oem_props, oem_dict, info_dict): argument
438 if oem_props is None:
441 GetOemProperty("ro.product.brand", oem_props, oem_dict, info_dict),
442 GetOemProperty("ro.product.name", oem_props, oem_dict, info_dict),
443 GetOemProperty("ro.product.device", oem_props, oem_dict, info_dict),
[all …]