Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
DUtils.java236 private static final ArrayMap<String, Integer> PERM_BLOCKED_TITLE_AUTOMOTIVE; field in Utils
394 PERM_BLOCKED_TITLE_AUTOMOTIVE = new ArrayMap<>();
395 PERM_BLOCKED_TITLE_AUTOMOTIVE.put(CAMERA, R.string.automotive_blocked_camera_title); in PERM_BLOCKED_TITLE_AUTOMOTIVE.put()
396 PERM_BLOCKED_TITLE_AUTOMOTIVE.put(MICROPHONE, R.string.automotive_blocked_microphone_title); in PERM_BLOCKED_TITLE_AUTOMOTIVE.put()
397 PERM_BLOCKED_TITLE_AUTOMOTIVE.put(LOCATION, R.string.automotive_blocked_location_title); in PERM_BLOCKED_TITLE_AUTOMOTIVE.put()
1545 return PERM_BLOCKED_TITLE_AUTOMOTIVE.getOrDefault(permissionGroupName, -1); in getBlockedTitleAutomotive()