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

/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java92 public File visiblePath; field in class:ExternalStorageProvider.RootInfo
210 root.visiblePath = volume.getPathForUser(userId);
212 root.visiblePath = null;
242 root.visiblePath = new File(
334 File target = visible ? root.visiblePath : root.path;
656 pw.printPair("visiblePath", root.visiblePath);

Completed in 128 milliseconds