Searched refs:hasExactStaticDataType (Results 1 – 2 of 2) sorted by relevance
322 public final boolean hasExactStaticDataType(String type) { in hasExactStaticDataType() method in WatchedIntentFilter323 return mFilter.hasExactStaticDataType(type); in hasExactStaticDataType()
1047 return hasExactDataType(type) && !hasExactStaticDataType(type); in hasExactDynamicDataType()1051 public final boolean hasExactStaticDataType(String type) { in hasExactStaticDataType() method in IntentFilter2897 if (hasExactStaticDataType(dataType)) { in dump()