Searched refs:PERM_BLOCKED_TITLE (Results 1 – 1 of 1) sorted by relevance
234 private static final ArrayMap<String, Integer> PERM_BLOCKED_TITLE; field in Utils389 PERM_BLOCKED_TITLE = new ArrayMap<>();390 PERM_BLOCKED_TITLE.put(CAMERA, R.string.blocked_camera_title); in PERM_BLOCKED_TITLE.put()391 PERM_BLOCKED_TITLE.put(MICROPHONE, R.string.blocked_microphone_title); in PERM_BLOCKED_TITLE.put()392 PERM_BLOCKED_TITLE.put(LOCATION, R.string.blocked_location_title); in PERM_BLOCKED_TITLE.put()1538 return PERM_BLOCKED_TITLE.getOrDefault(permissionGroupName, -1); in getBlockedTitle()