HomeSort by relevance Sort by last modified time
    Searched full:_do_command (Results 1 - 1 of 1) sorted by null

  /external/autotest/client/cros/power/
power_strip.py 28 self._do_command(command, outlet)
30 threading.Timer(delay, self._do_command, (command, outlet)).start()
32 def _do_command(self, command, outlet=1): member in class:PowerStrip

Completed in 914 milliseconds