Home
last modified time | relevance | path

Searched refs:mInstallerPackageUid (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstallSource.java91 final int mInstallerPackageUid; field in InstallSource
181 mInstallerPackageUid = installerPackageUid; in InstallSource()
214 mInstallerPackageName, mInstallerPackageUid, intern(updateOwnerPackageName), in setUpdateOwnerPackageName()
228 mInstallerPackageName, mInstallerPackageUid, mUpdateOwnerPackageName, in setIsOrphaned()
242 mInstallerPackageName, mInstallerPackageUid, mUpdateOwnerPackageName, in setInitiatingPackageSignatures()
261 int installerPackageUid = mInstallerPackageUid; in removeInstallerPackage()
DInstallRequest.java405 ? mInstallArgs.mInstallSource.mInstallerPackageUid in getInstallerPackageUid()
DVerifyingSession.java914 return mInstallSource.mInstallerPackageUid; in getInstallerPackageUid()
DSettings.java3219 if (installSource.mInstallerPackageUid != INVALID_UID) {
3220 serializer.attributeInt(null, "installerUid", installSource.mInstallerPackageUid);
4956 pw.print(ps.getInstallSource().mInstallerPackageUid);
5261 pw.println(ps.getInstallSource().mInstallerPackageUid);
DInstallPackageHelper.java350 final int userId = installSource.mInstallerPackageUid != Process.INVALID_UID in commitReconciledScanResultLocked()
351 ? UserHandle.getUserId(installSource.mInstallerPackageUid) in commitReconciledScanResultLocked()
DPackageInstallerSession.java5598 out.attributeInt(null, ATTR_INSTALLER_PACKAGE_UID, mInstallSource.mInstallerPackageUid);