Home | History | Annotate | Download | only in permission

Lines Matching defs:MAX_PERMISSION_TREE_FOOTPRINT

102     private static final int MAX_PERMISSION_TREE_FOOTPRINT = 32768;
1996 if (curTreeSize + info.calculateFootprint() > MAX_PERMISSION_TREE_FOOTPRINT) {