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()
961 return hasExactDataType(type) && !hasExactStaticDataType(type); in hasExactDynamicDataType()965 public final boolean hasExactStaticDataType(String type) { in hasExactStaticDataType() method in IntentFilter2231 if (hasExactStaticDataType(dataType)) { in dump()