Home
last modified time | relevance | path

Searched refs:packageSource (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstallSource.java124 @Nullable String installerAttributionTag, int packageSource) { in create() argument
127 packageSource, false /* isOrphaned */, false /* isInitiatingPackageUninstalled */); in create()
133 @Nullable String installerAttributionTag, int packageSource, boolean isOrphaned, in create() argument
142 packageSource, in create()
150 @Nullable String installerAttributionTag, int packageSource, boolean isOrphaned, in createInternal() argument
157 && packageSource == PackageInstaller.PACKAGE_SOURCE_UNSPECIFIED) { in createInternal()
163 initiatingPackageSignatures, packageSource in createInternal()
173 int packageSource) { in InstallSource() argument
187 mPackageSource = packageSource; in InstallSource()
DInstallArgs.java77 boolean forceQueryableOverride, int dataLoaderType, int packageSource, in InstallArgs() argument
99 mPackageSource = packageSource; in InstallArgs()
DInstallingSession.java110 String volumeUuid, UserHandle user, String packageAbiOverride, int packageSource, in InstallingSession() argument
132 mPackageSource = packageSource; in InstallingSession()
169 mPackageSource = sessionParams.packageSource; in InstallingSession()
DPackageInstallerSession.java1380 info.packageSource = params.packageSource; in generateInfoInternal()
2684 params.packageSource); in transfer()
5628 out.attributeInt(null, ATTR_PACKAGE_SOURCE, params.packageSource);
5816 params.packageSource = in.getAttributeInt(null, ATTR_PACKAGE_SOURCE);
5965 updateOwnerPackageName, installerAttributionTag, params.packageSource);
DPackageInstallerService.java1030 requestedInstallerPackageName, installerAttributionTag, params.packageSource);
DSettings.java4045 int packageSource = PackageInstaller.PACKAGE_SOURCE_UNSPECIFIED;
4102 packageSource = parser.getAttributeInt(null, "packageSource",
4251 installerAttributionTag, packageSource, isOrphaned,
/frameworks/base/core/java/android/content/pm/
DInstallSourceInfo.java55 @Nullable String updateOwnerPackageName, int packageSource) { in InstallSourceInfo() argument
61 mPackageSource = packageSource; in InstallSourceInfo()
DPackageInstaller.java2777 public int packageSource = PACKAGE_SOURCE_UNSPECIFIED; field in PackageInstaller.SessionParams
2851 packageSource = source.readInt(); in SessionParams()
2887 ret.packageSource = packageSource; in copy()
3096 public void setPackageSource(@PackageSourceType int packageSource) { in setPackageSource() argument
3097 this.packageSource = packageSource; in setPackageSource()
3617 pw.printPair("packageSource", packageSource); in dump()
3676 dest.writeInt(packageSource); in writeToParcel()
3880 public int packageSource = PACKAGE_SOURCE_UNSPECIFIED; field in PackageInstaller.SessionInfo
3948 packageSource = source.readInt(); in SessionInfo()
4302 return packageSource; in getPackageSource()
[all …]
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstallerActivity.java386 final Object packageSource; in onCreate() local
399 packageSource = Uri.fromFile(new File(resolvedPath)); in onCreate()
414 packageSource = info; in onCreate()
424 packageSource = intent.getData(); in onCreate()
431 if (packageSource == null) { in onCreate()
438 final boolean wasSetUp = processAppSnippet(packageSource); in onCreate()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
DInstallRepository.kt478 val packageSource: Any? in <lambda>() constant
488 packageSource = Uri.fromFile(File(resolvedPath)) in <lambda>()
500 packageSource = info in <lambda>()
508 packageSource = in <lambda>()
521 if (packageSource == null) { in <lambda>()
532 return processAppSnippet(packageSource, pendingUserActionReason) in <lambda>()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...