Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/power_ProbeDriver/
Dpower_ProbeDriver.py54 if not any([self._online(ac_path) for ac_path in ac_paths]):
82 if any(self._online(ac_path) for ac_path in ac_paths):
85 def _online(self, ac_path): member in power_ProbeDriver
151 if all(not self._online(ac_path) for ac_path in ac_paths):