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

  /build/tools/releasetools/
ota_from_target_files 454 def AppendAssertions(script, info_dict, oem_dict=None):
460 if oem_dict is None:
464 if oem_dict.get(prop) is None:
467 script.AssertOemProperty(prop, oem_dict.get(prop))
482 def GetOemProperty(name, oem_props, oem_dict, info_dict):
484 return oem_dict[name]
488 def CalculateFingerprint(oem_props, oem_dict, info_dict):
492 GetOemProperty("ro.product.brand", oem_props, oem_dict, info_dict),
493 GetOemProperty("ro.product.name", oem_props, oem_dict, info_dict),
494 GetOemProperty("ro.product.device", oem_props, oem_dict, info_dict)
    [all...]
ota_from_target_files.py 454 def AppendAssertions(script, info_dict, oem_dict=None):
460 if oem_dict is None:
464 if oem_dict.get(prop) is None:
467 script.AssertOemProperty(prop, oem_dict.get(prop))
482 def GetOemProperty(name, oem_props, oem_dict, info_dict):
484 return oem_dict[name]
488 def CalculateFingerprint(oem_props, oem_dict, info_dict):
492 GetOemProperty("ro.product.brand", oem_props, oem_dict, info_dict),
493 GetOemProperty("ro.product.name", oem_props, oem_dict, info_dict),
494 GetOemProperty("ro.product.device", oem_props, oem_dict, info_dict)
    [all...]

Completed in 138 milliseconds