Home
last modified time | relevance | path

Searched refs:INSTALL_LOCATION_INTERNAL_ONLY (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java368 if (expInstallLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) { in getInstallLoc()
1380 0, true, false, -1, PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY); in testManifestInstallLocationInternal()
1498 false, -1, PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY); in testManifestInstallLocationReplaceInternalSdcard()
1830 PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY); in testInstallManifestSdcardUnmount()
1940 PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY); in testFlagIManifestI()
1952 PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY); in testFlagIManifestE()
1964 PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY); in testFlagIManifestA()
2030 PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY); in testFlagFManifestI()
2218 PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY); in testManifestI()
2241 PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY); in testManifestA()
[all …]
/frameworks/base/core/java/android/content/pm/
DPackageInfo.java238 public static final int INSTALL_LOCATION_INTERNAL_ONLY = 1; field in PackageInfo
252 public int installLocation = INSTALL_LOCATION_INTERNAL_ONLY;
DPackageInstaller.java875 public int installLocation = PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY;
/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java378 installLocation = PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY; in resolveInstallVolume()
382 if (installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) { in resolveInstallVolume()
446 } else if (installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) { in resolveInstallLocation()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1622 || app.installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) { in isPackageCandidateVolume()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1515 NO DOC BLOCK: android.content.pm.PackageInfo Field INSTALL_LOCATION_INTERNAL_ONLY
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java10524 if (installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) { in installLocationPolicy()
/frameworks/base/api/
Dcurrent.txt9068 field public static final int INSTALL_LOCATION_INTERNAL_ONLY = 1; // 0x1
Dsystem-current.txt9350 field public static final int INSTALL_LOCATION_INTERNAL_ONLY = 1; // 0x1