Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java224 device.installPackage(apk.getLocation().toOSString(), true); in doLaunch()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java999 boolean installResult = installPackage(launchInfo, remotePackagePath, device); in doSyncApp()
1110 private boolean installPackage(DelayedLaunchInfo launchInfo, final String remotePath, in installPackage() method in AndroidLaunchController