Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
H A DParsingPackageUtils.java246 private static final int MAX_NUM_COMPONENTS = 30000; field in ParsingPackageUtils
248 "Total number of components has exceeded the maximum number: " + MAX_NUM_COMPONENTS;
831 + pkg.getReceivers().size()) > MAX_NUM_COMPONENTS; in hasTooManyComponents()