Home
last modified time | relevance | path

Searched refs:product_model (Results 1 – 8 of 8) sorted by relevance

/external/libmojo/third_party/catapult/devil/devil/android/perf/
Dperf_control.py41 product_model = self._device.product_model
43 if 'Nexus 4' == product_model:
48 elif 'Nexus 5' == product_model:
71 product_model = self._device.product_model
72 if 'Nexus 5' == product_model:
84 }.get(product_model, 'ondemand')
/external/chromium-trace/catapult/devil/devil/android/perf/
Dperf_control.py51 product_model = self._device.product_model
53 if 'Nexus 4' == product_model:
58 elif 'Nexus 5' == product_model:
81 product_model = self._device.product_model
82 if 'Nexus 5' == product_model:
94 }.get(product_model, 'ondemand')
/external/libmojo/third_party/catapult/devil/devil/android/
Dbattery_utils_test.py616 with self.patch_call(self.call.device.product_model,
622 with self.patch_call(self.call.device.product_model,
Dbattery_utils.py656 if self._device.product_model == profile['name']:
Ddevice_utils.py1897 def product_model(self): member in DeviceUtils
/external/chromium-trace/catapult/devil/devil/android/
Dbattery_utils_test.py616 with self.patch_call(self.call.device.product_model,
622 with self.patch_call(self.call.device.product_model,
Dbattery_utils.py700 if self._device.product_model in profile['name']:
Ddevice_utils.py2019 def product_model(self): member in DeviceUtils