Home
last modified time | relevance | path

Searched refs:CanMonitorThermalThrottling (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dios_platform_backend.py32 def CanMonitorThermalThrottling(self): member in IosPlatformBackend
Dplatform_backend.py131 def CanMonitorThermalThrottling(self): member in PlatformBackend
Dandroid_platform_backend.py205 def CanMonitorThermalThrottling(self): member in AndroidPlatformBackend
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dplatform.py104 def CanMonitorThermalThrottling(self): member in Platform
111 return self._platform_backend.CanMonitorThermalThrottling()
/external/chromium-trace/catapult/telemetry/telemetry/internal/
Dstory_runner.py390 if not platform.CanMonitorThermalThrottling():
406 if not platform.CanMonitorThermalThrottling():
Dstory_runner_unittest.py38 def CanMonitorThermalThrottling(self): member in FakePlatform
/external/chromium-trace/catapult/telemetry/telemetry/testing/fakes/
D__init__.py46 def CanMonitorThermalThrottling(self): member in FakePlatform