HomeSort by relevance Sort by last modified time
    Searched refs:packageFilePath (Results 1 - 5 of 5) sorted by null

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IDevice.java 442 * @param packageFilePath the absolute file system path to file on local host to install
449 public String installPackage(String packageFilePath, boolean reinstall, String... extraArgs)
Device.java 694 public String installPackage(String packageFilePath, boolean reinstall, String... extraArgs)
697 String remoteFilePath = syncPackageToDevice(packageFilePath);
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 712 * @param packageFilePath file location of the apk
716 public static PackageLite parsePackageLite(String packageFilePath, int flags) {
725 int cookie = assmgr.addAssetPath(packageFilePath);
737 + packageFilePath, e);
747 Slog.w(TAG, packageFilePath, e);
749 Slog.w(TAG, packageFilePath, e);
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 144 milliseconds