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/
DAppOpsService.java3393 final int restrictionCount = restrictionState.perUserRestrictions != null in dump()
3395 if (restrictionCount > 0) { in dump()
3397 for (int j = 0; j < restrictionCount; j++) { in dump()
3743 final int restrictionCount = restrictions.length; in binderDied() local
3744 for (int j = 0; j < restrictionCount; j++) { in binderDied()