Searched refs:mHasPartialTypes (Results 1 – 2 of 2) sorted by relevance
284 private boolean mHasPartialTypes = false; field in IntentFilter472 mHasPartialTypes = o.mHasPartialTypes; in IntentFilter()788 mHasPartialTypes = true; in addDataType()1805 if (mPriority != 0 || mHasPartialTypes) { in writeToProto()1807 proto.write(IntentFilterProto.HAS_PARTIAL_TYPES, mHasPartialTypes); in writeToProto()1883 if (mPriority != 0 || mOrder != 0 || mHasPartialTypes) { in dump()1887 sb.append(", mHasPartialTypes="); sb.append(mHasPartialTypes); in dump()1960 dest.writeInt(mHasPartialTypes ? 1 : 0); in writeToParcel()2030 mHasPartialTypes = source.readInt() > 0; in IntentFilter()2054 if (mHasPartialTypes && t.contains("*")) { in findMimeType()[all …]
13589 Landroid/content/IntentFilter;->mHasPartialTypes:Z