Searched refs:shareIdentity (Results 1 – 3 of 3) sorted by relevance
1190 if (r.shareIdentity) { in dispatchReceivers()1202 r.shareIdentity ? r.callingUid : Process.INVALID_UID, in dispatchReceivers()1203 r.shareIdentity ? r.callerPackage : null); in dispatchReceivers()1217 r.shareIdentity ? r.callingUid : Process.INVALID_UID, in dispatchReceivers()1218 r.shareIdentity ? r.callerPackage : null); in dispatchReceivers()1256 if (r.shareIdentity && app.uid != r.callingUid) { in scheduleResultTo()1267 r.shareIdentity ? r.callingUid : Process.INVALID_UID, in scheduleResultTo()1268 r.shareIdentity ? r.callerPackage : null); in scheduleResultTo()
101 final boolean shareIdentity; // whether the broadcaster's identity should be shared field in BroadcastRecord489 shareIdentity = options != null && options.isShareIdentityEnabled(); in BroadcastRecord()554 shareIdentity = from.shareIdentity; in BroadcastRecord()
1692 public ActivityOptions setShareIdentityEnabled(boolean shareIdentity) { in setShareIdentityEnabled() argument1693 mShareIdentity = shareIdentity; in setShareIdentityEnabled()