Home
last modified time | relevance | path

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

/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java96 public File visiblePath; field in ExternalStorageProvider.RootInfo
255 root.visiblePath = volume.getPathForUser(userId); in updateVolumesLocked()
257 root.visiblePath = null; in updateVolumesLocked()
347 boolean visiblePath = false; in getDocIdForFileMaybeCreate()
352 visiblePath = true; in getDocIdForFileMaybeCreate()
361 final String rootPath = visiblePath in getDocIdForFileMaybeCreate()
362 ? mostSpecificRoot.visiblePath.getAbsolutePath() in getDocIdForFileMaybeCreate()
389 final File rootFile = visible ? root.visiblePath : root.path; in getMostSpecificRootForPath()
458 File target = root.visiblePath != null ? root.visiblePath : root.path; in buildFile()
482 final File visiblePath = getFileForDocId(docId, true, false); in onDocIdChanged() local
[all …]