Home
last modified time | relevance | path

Searched refs:pkgContext (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/v31/
DSubattributionUtils.java96 Context pkgContext; in getAttributionLabelsInternal() local
98 pkgContext = context.createPackageContext(pkgInfo.packageName, 0); in getAttributionLabelsInternal()
106 String resourceForLabel = pkgContext.getString(attribution.getLabel()); in getAttributionLabelsInternal()
123 Context pkgContext; in getAttributionLabels() local
125 pkgContext = context.createPackageContext(lightPackageInfo.getPackageName(), 0); in getAttributionLabels()
135 String resourceForLabel = pkgContext.getString(attribution.getValue()); in getAttributionLabels()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DConnectivityResources.java70 final Context pkgContext; in getResourcesContext() local
72 pkgContext = mContext.createPackageContext(resPkg, 0 /* flags */); in getResourcesContext()
77 mResourcesContext = pkgContext; in getResourcesContext()
78 return pkgContext; in getResourcesContext()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
DAttributionLabelLiveData.kt65 val pkgContext = in loadDataAndPostValue() constant
83 pkgContext.assets.openXmlResourceParser(cookie, MANIFEST_FILE_NAME) in loadDataAndPostValue()