Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DEmptyLaunchAction.java39 info.getPackageFile().getFullPath().toOSString()); in doLaunchAction()
DDelayedLaunchInfo.java148 public IFile getPackageFile() { in getPackageFile() method in DelayedLaunchInfo
DAndroidLaunchController.java991 IPath path = launchInfo.getPackageFile().getLocation(); in doSyncApp()
1112 String message = String.format("Installing %1$s...", launchInfo.getPackageFile().getName()); in installPackage()
1127 launchInfo.getPackageFile().getName(), device.getSerialNumber()); in installPackage()
1202 launchInfo.getPackageFile().getName()), in checkInstallResult()