Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java454 private static final int MAX_RECEIVERS_ALLOWED_PER_APP = 1000; field in ActivityManagerService
14510 if (totalReceiversForApp >= MAX_RECEIVERS_ALLOWED_PER_APP) { in registerReceiver()