Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/
DActionReceiver.kt117 if (it.filter.matchCategories(intent.categories) == null && in onReceive()
/frameworks/base/services/core/java/com/android/server/pm/
DWatchedIntentFilter.java618 public final String matchCategories(Set<String> categories) { in matchCategories() method in WatchedIntentFilter
619 return mFilter.matchCategories(categories); in matchCategories()
DInstallPackageHelper.java4278 if (intentFilter != null && intentFilter.matchCategories(categories) == null) { in hasLauncherEntry()
/frameworks/base/core/java/android/content/
DIntentFilter.java1904 public final String matchCategories(Set<String> categories) { in matchCategories() method in IntentFilter
2476 String categoryMismatch = matchCategories(categories); in match()
/frameworks/base/config/
Dboot-profile.txt635 Landroid/content/IntentFilter;->matchCategories(Ljava/util/Set;)Ljava/lang/String;
Dboot-image-profile.txt4216 HSPLandroid/content/IntentFilter;->matchCategories(Ljava/util/Set;)Ljava/lang/String;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt4213 HSPLandroid/content/IntentFilter;->matchCategories(Ljava/util/Set;)Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7890 method public final java.lang.String matchCategories(java.util.Set<java.lang.String>);
/frameworks/base/core/api/
Dcurrent.txt11552 method public final String matchCategories(java.util.Set<java.lang.String>);