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.java2405 final int restrictionCount = restrictions.length; in binderDied() local
2406 for (int j = 0; j < restrictionCount; j++) { in binderDied()