Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dadb_tools_test.py33 DEVICE_OFFLINE = b("List of devices attached\n" variable in AdbToolsTest
53 self.Patch(subprocess, "check_output", return_value=self.DEVICE_OFFLINE)
87 self.Patch(subprocess, "check_output", return_value=self.DEVICE_OFFLINE)
119 self.Patch(subprocess, "check_output", return_value=self.DEVICE_OFFLINE)
140 self.Patch(subprocess, "check_output", side_effect=[self.DEVICE_OFFLINE,
160 self.Patch(subprocess, "check_output", return_value=self.DEVICE_OFFLINE)