Searched refs:pkgContext (Results 1 – 3 of 3) sorted by relevance
96 Context pkgContext; in getAttributionLabelsInternal() local98 pkgContext = context.createPackageContext(pkgInfo.packageName, 0); in getAttributionLabelsInternal()106 String resourceForLabel = pkgContext.getString(attribution.getLabel()); in getAttributionLabelsInternal()123 Context pkgContext; in getAttributionLabels() local125 pkgContext = context.createPackageContext(lightPackageInfo.getPackageName(), 0); in getAttributionLabels()135 String resourceForLabel = pkgContext.getString(attribution.getValue()); in getAttributionLabels()
70 final Context pkgContext; in getResourcesContext() local72 pkgContext = mContext.createPackageContext(resPkg, 0 /* flags */); in getResourcesContext()77 mResourcesContext = pkgContext; in getResourcesContext()78 return pkgContext; in getResourcesContext()
65 val pkgContext = in loadDataAndPostValue() constant83 pkgContext.assets.openXmlResourceParser(cookie, MANIFEST_FILE_NAME) in loadDataAndPostValue()