Searched refs:mExtendedFlags (Results 1 – 1 of 1) sorted by relevance
7804 private int mExtendedFlags; field in Intent7864 this.mExtendedFlags = o.mExtendedFlags; in Intent()8203 intent.mExtendedFlags = decodeInteger(value); in parseUriInternal()9916 return mExtendedFlags; in getExtendedFlags()11261 mExtendedFlags |= flags; in addExtendedFlags()11287 mExtendedFlags &= ~flags; in removeExtendedFlags()11594 mExtendedFlags |= other.mExtendedFlags; in fillIn()11830 if (mExtendedFlags != 0) { in toShortString()11835 b.append("xflg=0x").append(Integer.toHexString(mExtendedFlags)); in toShortString()11935 if (mExtendedFlags != 0) { in dumpDebugWithoutFieldId()[all …]