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