Searched refs:MAX_PERMISSION_TREE_FOOTPRINT (Results 1 – 2 of 2) sorted by relevance
448 MAX_PERMISSION_TREE_FOOTPRINT in <lambda>()2848 private const val MAX_PERMISSION_TREE_FOOTPRINT = 32768 in <lambda>() constant
190 private static final int MAX_PERMISSION_TREE_FOOTPRINT = 32768; field in PermissionManagerServiceImpl4364 if (curTreeSize + info.calculateFootprint() > MAX_PERMISSION_TREE_FOOTPRINT) {