HomeSort by relevance Sort by last modified time
    Searched refs:getPathForUser (Results 1 - 4 of 4) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
SharedMinimal.java 231 final File userPath = volume.getPathForUser(userId);
232 final String path = userPath == null ? null : volume.getPathForUser(userId).getPath();
  /frameworks/base/core/java/android/os/storage/
VolumeInfo.java 298 public File getPathForUser(int userId) {
319 return getPathForUser(userId);
332 File userPath = getPathForUser(userId);
  /packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
DeviceListFragment.java 156 File path = vol.getPathForUser(getActivity().getUserId());
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 242 root.visiblePath = volume.getPathForUser(userId);
256 // by calling either getPathForUser, or getInternalPathForUser.
275 primaryVolume.getPathForUser(userId), Environment.DIRECTORY_DOCUMENTS);

Completed in 193 milliseconds