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()
1286 && vol.getMountUserId() != mCurrentUserId) { in maybeRemountVolumes()1311 if (!vol.isPrimary() && vol.isVisible() && vol.getMountUserId() != mCurrentUserId) { in updateVolumeMountIdIfRequired()1682 mFuseMountedUser.remove(vol.getMountUserId()); in onVolumeStateChangedLocked()1684 final int userId = vol.getMountUserId(); in onVolumeStateChangedLocked()1710 .getProcessesWithPendingBindMounts(vol.getMountUserId()); in onVolumeStateChangedLocked()3910 if (vol.getMountUserId() == userId) { in getVolumeList()3913 if (includeSharedProfile && vol.getMountUserId() == userIdSharingMedia) { in getVolumeList()3960 if (volUserId != vol.getMountUserId() && vol.getMountUserId() >= 0) { in getVolumeList()3961 volUserId = vol.getMountUserId(); in getVolumeList()3965 if (vol.isPrimary() && vol.getMountUserId() == userId) { in getVolumeList()
160 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()