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

  /external/autotest/client/cros/
dark_resume_xmlrpc_server.py 46 def set_stop_resuspend(self, stop_resuspend):
49 @param stop_resuspend: Stops resuspend of the device on seeing a
50 a dark resume if |stop_resuspend| is true.
52 self._listener.stop_resuspend(stop_resuspend)
dark_resume_listener.py 63 def stop_resuspend(self, should_stop): member in class:DarkResumeListener
  /external/autotest/server/cros/
dark_resume_utils.py 119 def stop_resuspend_on_dark_resume(self, stop_resuspend=True):
121 If |stop_resuspend| is True, stops re-suspend on seeing a dark resume.
123 self._client_proxy.set_stop_resuspend(stop_resuspend)

Completed in 132 milliseconds