Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java4121 final int restrictionCount = restrictionState.perUserRestrictions != null in dump()
4123 if (restrictionCount > 0 && dumpPackage == null) { in dump()
4125 for (int j = 0; j < restrictionCount; j++) { in dump()
4560 final int restrictionCount = restrictions.length; in binderDied() local
4561 for (int j = 0; j < restrictionCount; j++) { in binderDied()