Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DVolumeInfo.java154 public int mountUserId = -1; field in VolumeInfo
179 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()
/frameworks/base/services/core/java/com/android/server/
DMountService.java676 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()