Searched refs:MAX_RECEIVERS_ALLOWED_PER_APP (Results 1 – 1 of 1) sorted by relevance
454 private static final int MAX_RECEIVERS_ALLOWED_PER_APP = 1000; field in ActivityManagerService14510 if (totalReceiversForApp >= MAX_RECEIVERS_ALLOWED_PER_APP) { in registerReceiver()