Searched refs:mountUserId (Results 1 – 2 of 2) sorted by relevance
162 public int mountUserId = UserHandle.USER_NULL; field in VolumeInfo193 mountUserId = parcel.readInt(); in VolumeInfo()264 return mountUserId; in getMountUserId()305 && mountUserId == userId) { in isVisibleForUser()464 && mountUserId == userId) { in buildBrowseIntentForUser()497 pw.printPair("mountUserId", mountUserId); in dump()566 parcel.writeInt(mountUserId); in writeToParcel()
857 if (vol.mountUserId == userId) {858 vol.mountUserId = UserHandle.USER_NULL;1380 vol.mountUserId = userId;1492 if (mIsFuseEnabled && vol.mountUserId >= 0 in onVolumeCreatedLocked()1493 && !amInternal.isUserRunning(vol.mountUserId, 0)) { in onVolumeCreatedLocked()1495 + Integer.toString(vol.mountUserId) + " is no longer running."); in onVolumeCreatedLocked()1532 vol.mountUserId = mCurrentUserId; in onVolumeCreatedLocked()1539 vol.mountUserId = mCurrentUserId; in onVolumeCreatedLocked()2243 mVold.mount(vol.id, vol.mountFlags, vol.mountUserId, new IVoldMountCallback.Stub() { in mount()