Home
last modified time | relevance | path

Searched refs:remotePath (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java1110 private boolean installPackage(DelayedLaunchInfo launchInfo, final String remotePath, in installPackage() argument
1116 String result = doInstall(launchInfo, remotePath, device, true /* reinstall */); in installPackage()
1122 return checkInstallResult(result, device, launchInfo, remotePath, in installPackage()
1145 String remotePath, InstallRetryMode retryMode) throws InstallException { in checkInstallResult() argument
1185 String res = doInstall(launchInfo, remotePath, device, true /* reinstall */ ); in checkInstallResult()
1186 return checkInstallResult(res, device, launchInfo, remotePath, in checkInstallResult()
1210 String res = doInstall(launchInfo, remotePath, device, false); in checkInstallResult()
1211 return checkInstallResult(res, device, launchInfo, remotePath, in checkInstallResult()
1257 private String doInstall(DelayedLaunchInfo launchInfo, final String remotePath, in doInstall() argument
1259 return device.installRemotePackage(remotePath, reinstall); in doInstall()