Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DWatchedIntentFilter.java322 public final boolean hasExactStaticDataType(String type) { in hasExactStaticDataType() method in WatchedIntentFilter
323 return mFilter.hasExactStaticDataType(type); in hasExactStaticDataType()
/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java1009 return hasExactDataType(type) && !hasExactStaticDataType(type); in hasExactDynamicDataType()
1013 public final boolean hasExactStaticDataType(String type) { in hasExactStaticDataType() method in IntentFilter
2759 if (hasExactStaticDataType(dataType)) { in dump()