Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/
H A DIntentFilter.java2149 if (mPriority != 0 || hasPartialTypes()) { in dumpDebug()
2151 proto.write(IntentFilterProto.HAS_PARTIAL_TYPES, hasPartialTypes()); in dumpDebug()
2250 if (mPriority != 0 || mOrder != 0 || hasPartialTypes()) { in dump()
2427 private boolean hasPartialTypes() { in hasPartialTypes() method in IntentFilter
2449 if (hasPartialTypes() && t.contains("*")) { in findMimeType()
2455 if (hasPartialTypes() && t.contains(type.substring(0, slashpos))) { in findMimeType()