Home | History | Annotate | Download | only in at-factory-tool

Lines Matching refs:FastbootDevice

41   # Test FastbootDevice.ListDevices
42 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
45 device_serial_numbers = fastbootsh.FastbootDevice.ListDevices()
50 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
54 device_serial_numbers = fastbootsh.FastbootDevice.ListDevices()
60 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
67 device_serial_numbers = fastbootsh.FastbootDevice.ListDevices()
71 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
74 device_serial_numbers = fastbootsh.FastbootDevice.ListDevices()
78 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
84 fastbootsh.FastbootDevice.ListDevices()
87 # Test FastbootDevice.Oem
88 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
92 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
101 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
105 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
114 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
120 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
125 # Test FastbootDevice.Upload
126 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
130 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
138 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
144 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
149 # Test FastbootDevice.Download
150 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
154 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
162 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
168 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
173 # Test FastbootDevice.GetVar
174 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
177 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
186 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
191 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
196 # Test FastbootDevice.Reboot
197 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
199 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)
205 @patch('fastbootsh.FastbootDevice.fastboot_command', create=True)
210 device = fastbootsh.FastbootDevice(self.TEST_SERIAL)