Exemplo n.º 1
0
 def __init__(self, client):
     SyncTask.__init__(self, client, 'connect_device_task')
Exemplo n.º 2
0
 def __init__(self, client):
     SyncTask.__init__(self, client, 'connect_device_task')
Exemplo n.º 3
0
 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)
Exemplo n.º 4
0
 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)