Searched refs:mountUserId (Results 1 – 2 of 2) sorted by relevance
154 public int mountUserId = -1; field in VolumeInfo179 mountUserId = parcel.readInt(); in VolumeInfo()238 return mountUserId; in getMountUserId()273 if (isPrimary() && mountUserId != userId) { in isVisibleForRead()287 if (type == TYPE_PUBLIC && mountUserId == userId) { in isVisibleForWrite()464 pw.printPair("mountUserId", mountUserId); in dump()532 parcel.writeInt(mountUserId); in writeToParcel()
676 vol.mountUserId); in handleMessage()742 if (vol.mountUserId == userId) {743 vol.mountUserId = UserHandle.USER_NULL;1296 vol.mountUserId = mCurrentUserId; in onVolumeCreatedLocked()1734 mConnector.execute("volume", "mount", vol.id, vol.mountFlags, vol.mountUserId); in mount()