Beispiel #1
0
 def get_files_bg(self, device, path='/'):
     """Get the file list from the device"""
     self.files = seal.get_files(device, path)
Beispiel #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)
Beispiel #3
0
 def get_files_bg(self, device, path="/"):
     """Get the file list from the device"""
     self.files = seal.get_files(device, path)