Searched defs:resPkg (Results 1 – 3 of 3) sorted by relevance
61 String resPkg = resources.getResourcePackageName(resourceId); in getResourceUri() local75 @NonNull String appPkg, @NonNull String resPkg, @NonNull String type, int resourceId) { in makeResourceUri()
69 final String resPkg = DeviceConfigUtils.getConnectivityResourcesPackageName(mContext); in getResourcesContext() local
67 val resPkg: String? = resources?.getResourcePackageName(res) in getResourceUri() constant