def get_files_bg(self, device, path='/'): """Get the file list from the device""" self.files = seal.get_files(device, path)
def get_files_bg(self, path='/'): """Get the file list from the device""" self.files = seal.get_files(self.device, self.root_adb, path)
def get_files_bg(self, device, path="/"): """Get the file list from the device""" self.files = seal.get_files(device, path)