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/ |
D | AndroidLaunchController.java | 1116 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
|