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

  /external/autotest/client/site_tests/power_Resume/
power_Resume.py 23 throw=True, device_times=True)
35 (results, device_times) = self._suspender.suspend(seconds)
39 device_times,
40 key=device_times.get,
43 results[dev] = device_times[dev]
  /external/autotest/client/cros/
power_suspend.py 21 device_times[]: List of individual device suspend/resume time dicts.
91 throw=False, device_times=False):
102 if device_times:
103 self.device_times = []
120 if hasattr(self, 'device_times'):
146 del self.device_times
280 self.device_times.append(dict())
291 if key in self.device_times[-1]:
293 self.device_times[-1][key] += secs
296 self.device_times[-1][key] = sec
    [all...]

Completed in 253 milliseconds