コード例 #1
0
ファイル: android_tools.py プロジェクト: msdx/freeline
 def __init__(self, client):
     SyncTask.__init__(self, client, 'connect_device_task')
コード例 #2
0
ファイル: android_tools.py プロジェクト: Ryanst/AndroidDemo
 def __init__(self, client):
     SyncTask.__init__(self, client, 'connect_device_task')
コード例 #3
0
ファイル: android_tools.py プロジェクト: msdx/freeline
 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)
コード例 #4
0
ファイル: android_tools.py プロジェクト: Ryanst/AndroidDemo
 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)