Searched refs:hasPartialTypes (Results 1 – 1 of 1) sorted by relevance
2674 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 IntentFilter3015 if (hasPartialTypes() && t.contains("*")) { in findMimeType()3021 if (hasPartialTypes() && t.contains(type.substring(0, slashpos))) { in findMimeType()