Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java166 public int mountUserId = UserHandle.USER_NULL; field in VolumeInfo
197 mountUserId = parcel.readInt(); in VolumeInfo()
212 this.mountUserId = volumeInfo.mountUserId; in VolumeInfo()
283 return mountUserId; in getMountUserId()
331 if (mountUserId != userId) { in isVolumeSupportedForUser()
502 && mountUserId == userId) { in buildBrowseIntentForUser()
535 pw.printPair("mountUserId", mountUserId); in dump()
604 parcel.writeInt(mountUserId); in writeToParcel()
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DStorageSessionController.java83 UserHandle.of(vol.mountUserId), 0); in getConnectionUserIdForVolume()
87 UserInfo userInfo = mUserManager.getUserInfo(vol.mountUserId); in getConnectionUserIdForVolume()
92 return vol.mountUserId; in getConnectionUserIdForVolume()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java867 if (vol.mountUserId == userId) {
868 vol.mountUserId = UserHandle.USER_NULL;
1261 vol.mountUserId = mCurrentUserId; in maybeRemountVolumes()
1380 vol.mountUserId = userId;
1488 if (vol.mountUserId >= 0 && !amInternal.isUserRunning(vol.mountUserId, 0)) { in onVolumeCreatedLocked()
1490 + Integer.toString(vol.mountUserId) + " is no longer running."); in onVolumeCreatedLocked()
1496 UserHandle.of(vol.mountUserId), 0); in onVolumeCreatedLocked()
1506 && !mStorageSessionController.supportsExternalStorage(vol.mountUserId)) { in onVolumeCreatedLocked()
1508 + Integer.toString(vol.mountUserId) in onVolumeCreatedLocked()
1540 vol.mountUserId = mCurrentUserId; in onVolumeCreatedLocked()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39020 Landroid/os/storage/VolumeInfo;->mountUserId:I