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()458 pw.printPair("mountUserId", mountUserId); in dump()526 parcel.writeInt(mountUserId); in writeToParcel()
638 vol.mountUserId); in handleMessage()1186 vol.mountUserId = UserHandle.USER_OWNER; in onVolumeCreatedLocked()1612 mConnector.execute("volume", "mount", vol.id, vol.mountFlags, vol.mountUserId); in mount()