Home
last modified time | relevance | path

Searched refs:curTreeSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java2973 final int curTreeSize = calculateCurrentPermissionFootprintLocked(tree); in enforcePermissionCapLocked() local
2974 if (curTreeSize + info.calculateFootprint() > MAX_PERMISSION_TREE_FOOTPRINT) { in enforcePermissionCapLocked()