Searched refs:mSourceUserId (Results 1 – 4 of 4) sorted by relevance
39 private final int mSourceUserId; field in InputContentUriTokenHandler54 mSourceUserId = sourceUserId; in InputContentUriTokenHandler()83 Intent.FLAG_GRANT_READ_URI_PERMISSION, mSourceUserId, mTargetUserId); in doTakeLocked()101 Intent.FLAG_GRANT_READ_URI_PERMISSION, mSourceUserId); in release()
36 private final int mSourceUserId; field in DragAndDropPermissionsHandler50 mSourceUserId = sourceUserId; in DragAndDropPermissionsHandler()76 mSourceUserId, mTargetUserId); in doTake()121 permissionOwner, mUris.get(i), mMode, mSourceUserId); in release()
88 int mSourceUserId; field in DragState259 mSourceUserId = UserHandle.getUserId(mUid); in broadcastDragStartedLw()264 mCrossProfileCopyAllowed = !userManager.getUserRestrictions(mSourceUserId).getBoolean( in broadcastDragStartedLw()323 mSourceUserId == UserHandle.getUserId(targetWin.getOwningUid()); in isValidDropTarget()523 mSourceUserId, in notifyDropLw()526 if (mSourceUserId != targetUserId){ in notifyDropLw()527 mData.fixUris(mSourceUserId); in notifyDropLw()
34 private final int mSourceUserId; field in GrantedUriPermissions42 mSourceUserId = UserHandle.getUserId(uid); in GrantedUriPermissions()51 mGrantFlags, mSourceUserId); in revoke()148 pw.print(" mSourceUserId="); pw.println(mSourceUserId); in dump()