Home
last modified time | relevance | path

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

/packages/modules/Permission/SafetyCenter/ResourcesLib/tests/java/com/android/safetycenter/resources/
DSafetyCenterResourcesApkTest.kt55 newSafetyCenterResourcesApk(resourcesApkPath = "/apex/com.android.permission") in init_withWrongPath_returnsFalse()
90 newSafetyCenterResourcesApk(resourcesApkPath = "/apex/com.android.permission") in getContext_withWrongPath_throws()
427 resourcesApkPath: String = "", in newSafetyCenterResourcesApk()
430 ) = SafetyCenterResourcesApk(context, resourcesApkAction, resourcesApkPath, flags, fallback) in newSafetyCenterResourcesApk()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DHealthConnectResourcesContext.java75 @Nullable String resourcesApkPath, in HealthConnectResourcesContext() argument
79 mResourcesApkPath = resourcesApkPath; in HealthConnectResourcesContext()
/packages/modules/Permission/SafetyCenter/ResourcesLib/java/com/android/safetycenter/resources/
DSafetyCenterResourcesApk.java107 String resourcesApkPath, in SafetyCenterResourcesApk() argument
112 mResourcesApkPath = requireNonNull(resourcesApkPath); in SafetyCenterResourcesApk()