Searched refs:fgPerms (Results 1 – 2 of 2) sorted by relevance
1230 List<String> fgPerms = mPermissionManager.getBackgroundPermissions() in grantRuntimePermissions() local1232 if (fgPerms != null) { in grantRuntimePermissions()1233 int numFgPerms = fgPerms.size(); in grantRuntimePermissions()1235 String fgPerm = fgPerms.get(fgPermNum); in grantRuntimePermissions()
2631 List<String> fgPerms = mBackgroundPermissions.get(bgPerm); in updatePermissions() local2632 if (fgPerms == null) { in updatePermissions()2633 fgPerms = new ArrayList<>(); in updatePermissions()2634 mBackgroundPermissions.put(bgPerm, fgPerms); in updatePermissions()2637 fgPerms.add(fgPerm); in updatePermissions()