Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java9160 final int actionsCount = filter.countActions(); in getIntentFilterActions() local
9161 final String[] actions = new String[actionsCount]; in getIntentFilterActions()
9162 for (int i = 0; i < actionsCount; i++) { in getIntentFilterActions()