Home
last modified time | relevance | path

Searched refs:getInstallLocation (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/parsing/
H A DPackageLite.java124 mInstallLocation = baseApk.getInstallLocation(); in PackageLite()
315 public int getInstallLocation() { in getInstallLocation() method in PackageLite
H A DApkLite.java305 public int getInstallLocation() { in getInstallLocation() method in ApkLite
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerTests.java846 assertInstall(ip.pkg, flags, ip.pkg.getInstallLocation()); in sampleReplaceFromRawResource()
1096 assertInstall(rp.pkg, replaceFlags, rp.pkg.getInstallLocation()); in testManifestInstallLocationReplaceInternalSdcard()
1123 assertInstall(rp.pkg, replaceFlags, ip.pkg.getInstallLocation()); in testManifestInstallLocationReplaceSdcardInternal()
1732 assertInstall(ip.pkg, iFlags, ip.pkg.getInstallLocation()); in testInstallDeclaresPermissions()
1742 assertInstall(ip2.pkg, i2Flags, ip2.pkg.getInstallLocation()); in testInstallDeclaresPermissions()
1762 assertInstall(ip.pkg, iFlags, ip.pkg.getInstallLocation()); in testInstallDeclaresPermissions()
1792 assertInstall(ip2.pkg, i2Flags, ip2.pkg.getInstallLocation()); in testInstallDeclaresPermissions()
1801 assertInstall(ip.pkg, iFlags, ip.pkg.getInstallLocation()); in testInstallDeclaresPermissions()
1810 assertInstall(ip2.pkg, i2Flags, ip2.pkg.getInstallLocation()); in testInstallDeclaresPermissions()
H A DPackageParserTest.java767 assertEquals(a.getInstallLocation(), b.getInstallLocation()); in assertPackagesEqual()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallStaging.java191 params.setInstallLocation(result.getInstallLocation()); in createSessionParams()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/
H A DAndroidPackage.java785 int getInstallLocation(); in getInstallLocation() method
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java937 sessionParams.installLocation = pkg.getInstallLocation(); in getMinimalPackageInfo()
953 ret.installLocation = pkg.getInstallLocation(); in getMinimalPackageInfo()
H A DIPackageManagerBase.java449 public final int getInstallLocation() { in getInstallLocation() method in IPackageManagerBase
H A DPackageInstallerSession.java3171 if (apk.getInstallLocation() != PackageInfo.INSTALL_LOCATION_UNSPECIFIED) {
3174 && (params.installLocation != apk.getInstallLocation())) {
H A DPackageManagerShellCommand.java1822 int loc = mInterface.getInstallLocation(); in runGetInstallLocation()
H A DPackageManagerService.java5948 if (getInstallLocation() == loc) {
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DAndroidPackageTest.kt171 AndroidPackage::getInstallLocation,
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java2153 public @InstallLocation int getInstallLocation() { in getInstallLocation() method in PackageInstaller.InstallInfo
2154 return mPkg.getInstallLocation(); in getInstallLocation()
3572 public int getInstallLocation() { in getInstallLocation() method in PackageInstaller.SessionInfo
H A DIPackageManager.aidl592 int getInstallLocation(); in getInstallLocation() method
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-unsupported.txt113 Landroid/content/pm/IPackageManager$Stub$Proxy;->getInstallLocation()I
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java138 info.installLocation = pkg.getInstallLocation(); in generateWithComponents()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java975 public int getInstallLocation() { in getInstallLocation() method in PackageImpl
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3819 method public int getInstallLocation();
H A Dcurrent.txt12342 method public int getInstallLocation();
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/services/
H A Dart-profile7486 HSPLcom/android/server/pm/parsing/pkg/PackageImpl;->getInstallLocation()I