Searched refs:getMountUserId (Results 1 – 5 of 5) sorted by relevance
329 if (vol.getMountUserId() == UserHandle.USER_NULL) { in onPublicVolumeStateChangedInternal()368 notif, UserHandle.of(vol.getMountUserId())); in onPublicVolumeStateChangedInternal()371 UserHandle.of(vol.getMountUserId())); in onPublicVolumeStateChangedInternal()720 final Intent intent = vol.buildBrowseIntentForUser(vol.getMountUserId()); in buildBrowsePendingIntent()
1258 && vol.getMountUserId() != mCurrentUserId) { in maybeRemountVolumes()1589 mFuseMountedUser.remove(vol.getMountUserId()); in onVolumeStateChangedLocked()1591 final int userId = vol.getMountUserId(); in onVolumeStateChangedLocked()1617 .getProcessesWithPendingBindMounts(vol.getMountUserId()); in onVolumeStateChangedLocked()3763 if (vol.getMountUserId() == userId) { in getVolumeList()3766 if (includeSharedProfile && vol.getMountUserId() == userIdSharingMedia) { in getVolumeList()3813 if (volUserId != vol.getMountUserId() && vol.getMountUserId() >= 0) { in getVolumeList()3814 volUserId = vol.getMountUserId(); in getVolumeList()3818 if (vol.isPrimary() && vol.getMountUserId() == userId) { in getVolumeList()
159 vol.buildStorageVolume(mContext, vol.getMountUserId(), false)); in notifyVolumeStateChanged()
282 public int getMountUserId() { in getMountUserId() method in VolumeInfo
190 if (!volume.isMountedReadable() || volume.getMountUserId() != userId) continue; in updateVolumesLocked()