Searched refs:mountUserId (Results 1 – 3 of 3) sorted by relevance
162 public int mountUserId = UserHandle.USER_NULL; field in VolumeInfo193 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()
729 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()
56724 Landroid/os/storage/VolumeInfo;->mountUserId:I