Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/model/
DPermissions.java706 ensureForegroundBackgroundPermissionMappings(context); in isForegroundPermission()
713 ensureForegroundBackgroundPermissionMappings(context); in getBackgroundPermission()
719 ensureForegroundBackgroundPermissionMappings(context); in isBackgroundPermission()
726 ensureForegroundBackgroundPermissionMappings(context); in getForegroundPermissions()
730 private static void ensureForegroundBackgroundPermissionMappings(@NonNull Context context) { in ensureForegroundBackgroundPermissionMappings() method in Permissions