Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DWatchedIntentFilter.java590 public final int countCategories() { in countCategories() method in WatchedIntentFilter
591 return mFilter.countCategories(); in countCategories()
H A DSettings.java3451 for (int i=0; i<tmpPa.countCategories(); i++) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/logging/
H A DBroadcastDispatcherLogger.kt123 val categories = if (filter.countCategories() != 0) {
/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java545 if (countCategories() > 0) { in toLongString()
1748 public final int countCategories() { in countCategories() method in IntentFilter
2404 N = countCategories(); in writeToXml()
3077 s1 = f1.countCategories(); in filterEquals()
3078 s2 = f2.countCategories(); in filterEquals()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DAppsFilterImplTest.java190 if (filter.countCategories() > 0) { in createActivity()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
H A DParsingPackageUtils.java1779 for (int i = 0, max = intentInfo.countCategories(); i < max; i++) { in parseQueries()
/aosp14/frameworks/base/config/
H A Dboot-profile.txt395 Landroid/content/IntentFilter;->countCategories()I
H A Dboot-image-profile.txt4267 HSPLandroid/content/IntentFilter;->countCategories()I
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4264 HSPLandroid/content/IntentFilter;->countCategories()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11164 method public final int countCategories();