Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/
H A DActionReceiver.kt117 if (it.filter.matchCategories(intent.categories) == null &&
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DWatchedIntentFilter.java618 public final String matchCategories(Set<String> categories) { in matchCategories() method in WatchedIntentFilter
619 return mFilter.matchCategories(categories); in matchCategories()
H A DInstallPackageHelper.java4364 if (intentFilter != null && intentFilter.matchCategories(categories) == null) { in hasLauncherEntry()
/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java1790 public final String matchCategories(Set<String> categories) { in matchCategories() method in IntentFilter
2362 String categoryMismatch = matchCategories(categories); in match()
/aosp14/frameworks/base/config/
H A Dboot-profile.txt635 Landroid/content/IntentFilter;->matchCategories(Ljava/util/Set;)Ljava/lang/String;
H A Dboot-image-profile.txt4292 HSPLandroid/content/IntentFilter;->matchCategories(Ljava/util/Set;)Ljava/lang/String;
/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.txt4289 HSPLandroid/content/IntentFilter;->matchCategories(Ljava/util/Set;)Ljava/lang/String;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11191 method public final String matchCategories(java.util.Set<java.lang.String>);