Searched refs:getPathForUser (Results 1 – 4 of 4) sorted by relevance
304 public File getPathForUser(int userId) { in getPathForUser() method in VolumeInfo325 return getPathForUser(userId); in getInternalPathForUser()338 File userPath = getPathForUser(userId); in buildStorageVolume()
369 final File basePath = mSharedVolume.getPathForUser(userId); in measureExactStorage()389 final File userPath = mSharedVolume.getPathForUser(user.id); in measureExactStorage()
288 final File userPath = volume.getPathForUser(userId); in isRightVolume()289 final String path = userPath == null ? null : volume.getPathForUser(userId).getPath(); in isRightVolume()
210 root.visiblePath = volume.getPathForUser(userId); in updateVolumesLocked()243 primaryVolume.getPathForUser(userId), Environment.DIRECTORY_DOCUMENTS); in updateVolumesLocked()