Esempio n. 1
0
 def get_files_bg(self, device, path='/'):
     """Get the file list from the device"""
     self.files = seal.get_files(device, path)
Esempio n. 2
0
 def get_files_bg(self, path='/'):
     """Get the file list from the device"""
     self.files = seal.get_files(self.device, self.root_adb, path)
Esempio n. 3
0
 def get_files_bg(self, device, path="/"):
     """Get the file list from the device"""
     self.files = seal.get_files(device, path)