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

  /external/autotest/client/cros/
perf.py 42 self._temperature_init = utils.get_current_temperature_max()
52 self._temperature_cold = utils.get_current_temperature_max()
105 current_temperature = utils.get_current_temperature_max()
  /external/autotest/client/cros/multimedia/
system_facade_native.py 110 def get_current_temperature_max(self): member in class:SystemFacadeNative
114 return utils.get_current_temperature_max()
  /external/autotest/server/cros/multimedia/
system_facade_adapter.py 102 def get_current_temperature_max(self): member in class:SystemFacadeRemoteAdapter
106 return self._system_proxy.get_current_temperature_max()
  /external/autotest/client/bin/
temperature.py 33 'Maximum': utils.get_current_temperature_max,
utils.py 1814 def get_current_temperature_max(): function
    [all...]
  /external/autotest/client/common_lib/cros/
system_metrics_collector.py 112 self.values.append(self.system_facade.get_current_temperature_max())
system_metrics_collector_unittest.py 102 def get_current_temperature_max(self): member in class:FakeSystemFacade
  /external/autotest/client/site_tests/longevity_Tracker/
longevity_Tracker.py 86 temperature = utils.get_current_temperature_max()

Completed in 258 milliseconds