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

  /build/tools/releasetools/
ota_from_target_files 455 oem_props = info_dict.get("oem_fingerprint_properties")
456 if oem_props is None or len(oem_props) == 0:
463 for prop in oem_props.split():
482 def GetOemProperty(name, oem_props, oem_dict, info_dict):
483 if oem_props is not None and name in oem_props:
488 def CalculateFingerprint(oem_props, oem_dict, info_dict):
489 if oem_props is None:
492 GetOemProperty("ro.product.brand", oem_props, oem_dict, info_dict)
    [all...]
ota_from_target_files.py 455 oem_props = info_dict.get("oem_fingerprint_properties")
456 if oem_props is None or len(oem_props) == 0:
463 for prop in oem_props.split():
482 def GetOemProperty(name, oem_props, oem_dict, info_dict):
483 if oem_props is not None and name in oem_props:
488 def CalculateFingerprint(oem_props, oem_dict, info_dict):
489 if oem_props is None:
492 GetOemProperty("ro.product.brand", oem_props, oem_dict, info_dict)
    [all...]

Completed in 166 milliseconds