def __init__(self, client): SyncTask.__init__(self, client, 'connect_device_task')
def __init__(self, client, cache_dir): SyncTask.__init__(self, client, 'android_sync_task') self._client = client self._is_need_restart = is_need_restart(cache_dir)