Home
last modified time | relevance | path

Searched refs:doInstall (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.java1116 String result = doInstall(launchInfo, remotePath, device, true /* reinstall */); in installPackage()
1185 String res = doInstall(launchInfo, remotePath, device, true /* reinstall */ ); in checkInstallResult()
1210 String res = doInstall(launchInfo, remotePath, device, false); in checkInstallResult()
1257 private String doInstall(DelayedLaunchInfo launchInfo, final String remotePath, in doInstall() method in AndroidLaunchController