Searched refs:MAX_PERMISSION_TREE_FOOTPRINT (Results 1 – 1 of 1) sorted by relevance
257 private static final int MAX_PERMISSION_TREE_FOOTPRINT = 32768; // characters of text field in PackageManagerService2530 if (curTreeSize + permissionInfoFootprint(info) > MAX_PERMISSION_TREE_FOOTPRINT) { in enforcePermissionCapLocked()