Home
last modified time | relevance | path

Searched defs:installLocation (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPackageInfoLite.java64 public int installLocation; field in PackageInfoLite
DPackageInfo.java261 public int installLocation = INSTALL_LOCATION_INTERNAL_ONLY; field in PackageInfo
DPackageInstaller.java1050 public int installLocation = PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY; field in PackageInstaller.SessionParams
1130 public void setInstallLocation(int installLocation) { in setInstallLocation()
1385 public int installLocation; field in PackageInstaller.SessionInfo
DApplicationInfo.java900 public int installLocation = PackageInfo.INSTALL_LOCATION_UNSPECIFIED; field in ApplicationInfo
DPackageParser.java395 public final int installLocation; field in PackageParser.PackageLite
478 public final int installLocation; field in PackageParser.ApkLite
491 int installLocation, List<VerifierInfo> verifiers, Signature[] signatures, in ApkLite()
1847 int installLocation = PARSE_DEFAULT_INSTALL_LOCATION; in parseApkLite() local
5944 public int installLocation; field in PackageParser.Package
/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java411 int installLocation, long sizeBytes, TestableInterface testInterface) in resolveInstallVolume()
543 int installLocation, long sizeBytes, int installFlags) { in resolveInstallLocation()
/frameworks/base/tools/aapt/
DCommand.cpp1273 int32_t installLocation = AaptXml::getResolvedIntegerAttribute(res, tree, in doDump() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java16336 int installLocation = pkgLite.installLocation; in installLocationPolicy() local