Searched refs:getPathForUser (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java304 public File getPathForUser(int userId) { method in class:VolumeInfo
325 return getPathForUser(userId);
338 File userPath = getPathForUser(userId);
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java214 root.visiblePath = volume.getPathForUser(userId);
228 // by calling either getPathForUser, or getInternalPathForUser.
247 primaryVolume.getPathForUser(userId), Environment.DIRECTORY_DOCUMENTS);

Completed in 77 milliseconds