Searched refs:permissionInfoFootprint (Results 1 – 1 of 1) sorted by relevance
2508 int permissionInfoFootprint(PermissionInfo info) { in permissionInfoFootprint() method in PackageManagerService2519 size += perm.name.length() + permissionInfoFootprint(perm.perm.info); in calculateCurrentPermissionFootprintLocked()2530 if (curTreeSize + permissionInfoFootprint(info) > MAX_PERMISSION_TREE_FOOTPRINT) { in enforcePermissionCapLocked()