Home
last modified time | relevance | path

Searched refs:mInstallSource (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageSettingBuilder.java46 private InstallSource mInstallSource; field in PackageSettingBuilder
157 mInstallSource = installSource; in setInstallSource()
184 if (mInstallSource != null) { in build()
185 packageSetting.installSource = mInstallSource; in build()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java318 private InstallSource mInstallSource; field in PackageInstallerSession
910 mInstallSource.installerPackageName, mInstallerUid); in isInstallerDeviceOwnerOrAffiliatedProfileOwner()
1022 mInstallSource = Objects.requireNonNull(installSource); in PackageInstallerSession()
1023 mOriginalInstallerPackageName = mInstallSource.installerPackageName; in PackageInstallerSession()
1125 info.installerPackageName = mInstallSource.installerPackageName; in generateInfoInternal()
1126 info.installerAttributionTag = mInstallSource.installerAttributionTag; in generateInfoInternal()
1357 final String initiatingPackageName = mInstallSource.initiatingPackageName; in setChecksums()
2232 mInstallSource = InstallSource.create(packageName, null, packageName, null); in transfer()
2240 .setAdmin(mInstallSource.installerPackageName) in handleInstall()
2256 mInstallSource.installerPackageName)) { in handleInstall()
[all …]