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

/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java298 public File getPathForUser(int userId) { method in class:VolumeInfo
319 return getPathForUser(userId);
332 File userPath = getPathForUser(userId);

Completed in 140 milliseconds