Home
last modified time | relevance | path

Searched refs:installerInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledReceiver.java67 InstallSourceInfo installerInfo = in onReceive() local
69 String installer = installerInfo.getInstallingPackageName(); in onReceive()
/frameworks/base/services/core/java/com/android/server/pm/
DResolveIntentHelper.java570 final ResolveInfo installerInfo = new ResolveInfo( in applyPostContentProviderResolutionFilter() local
572 installerInfo.auxiliaryInfo = new AuxiliaryResolveInfo( in applyPostContentProviderResolutionFilter()
578 installerInfo.filter = new IntentFilter(); in applyPostContentProviderResolutionFilter()
580 installerInfo.resolvePackageName = info.getComponentInfo().packageName; in applyPostContentProviderResolutionFilter()
581 resolveInfos.set(i, installerInfo); in applyPostContentProviderResolutionFilter()
DPackageArchiver.java456 ApplicationInfo installerInfo = verifyInstaller( in createAndStoreArchiveState() local
467 mContext, installerInfo, responsibleInstallerPackage, userId); in createAndStoreArchiveState()
482 ApplicationInfo installerInfo = mPm.snapshotComputer().getApplicationInfo( in createArchiveState() local
484 if (installerInfo == null) { in createArchiveState()
DComputerEngine.java1246 final ResolveInfo installerInfo = new ResolveInfo( in applyPostResolutionFilter() local
1250 installerInfo.auxiliaryInfo = new AuxiliaryResolveInfo( in applyPostResolutionFilter()
1256 installerInfo.filter = new IntentFilter(); in applyPostResolutionFilter()
1261 installerInfo.resolvePackageName = info.getComponentInfo().packageName; in applyPostResolutionFilter()
1262 installerInfo.labelRes = info.resolveLabelResId(); in applyPostResolutionFilter()
1263 installerInfo.icon = info.resolveIconResId(); in applyPostResolutionFilter()
1264 installerInfo.isInstantAppAvailable = true; in applyPostResolutionFilter()
1265 resolveInfos.set(i, installerInfo); in applyPostResolutionFilter()
1333 final ResolveInfo installerInfo = new ResolveInfo( in applyPostServiceResolutionFilter() local
1335 installerInfo.auxiliaryInfo = new AuxiliaryResolveInfo( in applyPostServiceResolutionFilter()
[all …]