Home
last modified time | relevance | path

Searched refs:mountUserId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DVolumeInfo.java162 public int mountUserId = UserHandle.USER_NULL; field in VolumeInfo
193 mountUserId = parcel.readInt(); in VolumeInfo()
264 return mountUserId; in getMountUserId()
304 if ((type == TYPE_PUBLIC || type == TYPE_STUB) && mountUserId == userId) { in isVisibleForUser()
457 && mountUserId == userId) { in buildBrowseIntentForUser()
490 pw.printPair("mountUserId", mountUserId); in dump()
559 parcel.writeInt(mountUserId); in writeToParcel()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java729 if (vol.mountUserId == userId) {
730 vol.mountUserId = UserHandle.USER_NULL;
1289 vol.mountUserId = mCurrentUserId; in onVolumeCreatedLocked()
1296 vol.mountUserId = mCurrentUserId; in onVolumeCreatedLocked()
1808 mVold.mount(vol.id, vol.mountFlags, vol.mountUserId); in mount()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt56724 Landroid/os/storage/VolumeInfo;->mountUserId:I