Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java96 public File visiblePath; field in ExternalStorageProvider.RootInfo
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()
458 File target = root.visiblePath != null ? root.visiblePath : root.path; in buildFile()
483 if (visiblePath != null) { in onDocIdChanged()
536 final File rootFile = root.visiblePath != null ? root.visiblePath in findDocumentPath()
614 parent = root.visiblePath != null ? root.visiblePath in querySearchDocuments()
[all …]