Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java2674 if (mPriority != 0 || hasPartialTypes()) { in dumpDebug()
2676 proto.write(IntentFilterProto.HAS_PARTIAL_TYPES, hasPartialTypes()); in dumpDebug()
2778 if (mPriority != 0 || mOrder != 0 || hasPartialTypes()) { in dump()
2993 private boolean hasPartialTypes() { in hasPartialTypes() method in IntentFilter
3015 if (hasPartialTypes() && t.contains("*")) { in findMimeType()
3021 if (hasPartialTypes() && t.contains(type.substring(0, slashpos))) { in findMimeType()