Searched refs:mShareIdentity (Results 1 – 4 of 4) sorted by relevance
495 private boolean mShareIdentity = false; field in ActivityOptions1281 mShareIdentity = opts.getBoolean(KEY_SHARE_IDENTITY, false); in ActivityOptions()1548 return mShareIdentity; in isShareIdentityEnabled()1646 mShareIdentity = shareIdentity; in setShareIdentityEnabled()2173 mShareIdentity = otherOptions.mShareIdentity; in update()2258 if (mShareIdentity) { in toBundle()2259 b.putBoolean(KEY_SHARE_IDENTITY, mShareIdentity); in toBundle()
733 return r.mShareIdentity || r.launchedFromUid == uid; in canGetLaunchedFromLocked()
1769 } else if (mStartActivity.mShareIdentity) { in startActivityInner()
918 boolean mShareIdentity; field in ActivityRecord2085 mShareIdentity = options.isShareIdentityEnabled(); in ActivityRecord()