Home
last modified time | relevance | path

Searched refs:mSourceUserId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDragAndDropPermissionsHandler.java36 private final int mSourceUserId; field in DragAndDropPermissionsHandler
49 mSourceUserId = sourceUserId; in DragAndDropPermissionsHandler()
75 mSourceUserId, mTargetUserId); in doTake()
118 permissionOwner, mUris.get(i), mMode, mSourceUserId); in release()
DDragState.java87 int mSourceUserId; field in DragState
235 mSourceUserId = UserHandle.getUserId(mUid); in broadcastDragStartedLw()
240 mCrossProfileCopyAllowed = !userManager.getUserRestrictions(mSourceUserId).getBoolean( in broadcastDragStartedLw()
301 mSourceUserId == UserHandle.getUserId(targetWin.getOwningUid()); in isValidDropTarget()
503 mSourceUserId, in notifyDropLw()
506 if (mSourceUserId != targetUserId){ in notifyDropLw()
507 mData.fixUris(mSourceUserId); in notifyDropLw()