Searched refs:mInstallSource (Results 1 – 2 of 2) sorted by relevance
46 private InstallSource mInstallSource; field in PackageSettingBuilder157 mInstallSource = installSource; in setInstallSource()184 if (mInstallSource != null) { in build()185 packageSetting.installSource = mInstallSource; in build()
318 private InstallSource mInstallSource; field in PackageInstallerSession910 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 …]