Ejemplo n.º 1
0
 def __init__(self, client, cache_dir):
     android_tools.SyncTask.__init__(self, client, 'gradle_sync_task')
     self._client = client
     self._is_need_restart = android_tools.is_need_restart(cache_dir)
Ejemplo n.º 2
0
 def __init__(self, client, cache_dir):
     android_tools.SyncTask.__init__(self, client, 'gradle_sync_task')
     self._client = client
     self._is_need_restart = android_tools.is_need_restart(cache_dir)