Searched refs:installerInfo (Results 1 – 4 of 4) sorted by relevance
67 InstallSourceInfo installerInfo = in onReceive() local69 String installer = installerInfo.getInstallingPackageName(); in onReceive()
570 final ResolveInfo installerInfo = new ResolveInfo( in applyPostContentProviderResolutionFilter() local572 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()
456 ApplicationInfo installerInfo = verifyInstaller( in createAndStoreArchiveState() local467 mContext, installerInfo, responsibleInstallerPackage, userId); in createAndStoreArchiveState()482 ApplicationInfo installerInfo = mPm.snapshotComputer().getApplicationInfo( in createArchiveState() local484 if (installerInfo == null) { in createArchiveState()
1246 final ResolveInfo installerInfo = new ResolveInfo( in applyPostResolutionFilter() local1250 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() local1335 installerInfo.auxiliaryInfo = new AuxiliaryResolveInfo( in applyPostServiceResolutionFilter()[all …]