Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/
DPermissions.java675 ensureForegroundBackgroundPermissionMappings(context); in isForegroundPermission()
682 ensureForegroundBackgroundPermissionMappings(context); in getBackgroundPermission()
688 ensureForegroundBackgroundPermissionMappings(context); in isBackgroundPermission()
695 ensureForegroundBackgroundPermissionMappings(context); in getForegroundPermissions()
699 private static void ensureForegroundBackgroundPermissionMappings(@NonNull Context context) { in ensureForegroundBackgroundPermissionMappings() method in Permissions