Home
last modified time | relevance | path

Searched refs:mResourcesApkPath (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DHealthConnectResourcesContext.java57 @Nullable private final String mResourcesApkPath; field in HealthConnectResourcesContext
79 mResourcesApkPath = resourcesApkPath; in HealthConnectResourcesContext()
118 if (mResourcesApkPath != null in resolvePackageInfo()
120 mResourcesApkPath)) { in resolvePackageInfo()
/packages/modules/Permission/SafetyCenter/ResourcesLib/java/com/android/safetycenter/resources/
DSafetyCenterResourcesApk.java75 private final String mResourcesApkPath; field in SafetyCenterResourcesApk
112 mResourcesApkPath = requireNonNull(resourcesApkPath); in SafetyCenterResourcesApk()
182 if (!resolveInfo.activityInfo.applicationInfo.sourceDir.startsWith(mResourcesApkPath)) { in loadResourcesApkContext()