Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/packageinstaller/role/model/
DPermissions.java656 ensureForegroundBackgroundPermissionMappings(context); in isForegroundPermission()
663 ensureForegroundBackgroundPermissionMappings(context); in getBackgroundPermission()
669 ensureForegroundBackgroundPermissionMappings(context); in isBackgroundPermission()
676 ensureForegroundBackgroundPermissionMappings(context); in getForegroundPermissions()
680 private static void ensureForegroundBackgroundPermissionMappings(@NonNull Context context) { in ensureForegroundBackgroundPermissionMappings() method in Permissions