Searched refs:mResourcesApkPath (Results 1 – 2 of 2) sorted by relevance
57 @Nullable private final String mResourcesApkPath; field in HealthConnectResourcesContext79 mResourcesApkPath = resourcesApkPath; in HealthConnectResourcesContext()118 if (mResourcesApkPath != null in resolvePackageInfo()120 mResourcesApkPath)) { in resolvePackageInfo()
75 private final String mResourcesApkPath; field in SafetyCenterResourcesApk112 mResourcesApkPath = requireNonNull(resourcesApkPath); in SafetyCenterResourcesApk()182 if (!resolveInfo.activityInfo.applicationInfo.sourceDir.startsWith(mResourcesApkPath)) { in loadResourcesApkContext()