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

  /test/vts/runners/host/
utils.py 60 manufacture_name_to_model = { variable
549 if model in manufacture_name_to_model:
550 return manufacture_name_to_model[model]
556 if t in manufacture_name_to_model:
557 return manufacture_name_to_model[t]
  /tools/test/connectivity/acts/framework/acts/
utils.py 80 manufacture_name_to_model = { variable
539 if model in manufacture_name_to_model:
540 return manufacture_name_to_model[model]
546 if t in manufacture_name_to_model:
547 return manufacture_name_to_model[t]

Completed in 327 milliseconds