Searched refs:mHasPartialTypes (Results 1 – 1 of 1) sorted by relevance
286 private boolean mHasPartialTypes = false; field in IntentFilter474 mHasPartialTypes = o.mHasPartialTypes; in IntentFilter()790 mHasPartialTypes = true; in addDataType()1807 if (mPriority != 0 || mHasPartialTypes) { in writeToProto()1809 proto.write(IntentFilterProto.HAS_PARTIAL_TYPES, mHasPartialTypes); in writeToProto()1885 if (mPriority != 0 || mOrder != 0 || mHasPartialTypes) { in dump()1889 sb.append(", mHasPartialTypes="); sb.append(mHasPartialTypes); in dump()1962 dest.writeInt(mHasPartialTypes ? 1 : 0); in writeToParcel()2032 mHasPartialTypes = source.readInt() > 0; in IntentFilter()2056 if (mHasPartialTypes && t.contains("*")) { in findMimeType()[all …]