Searched refs:visiblePath (Results 1 – 1 of 1) sorted by relevance
94 public File visiblePath; field in ExternalStorageProvider.RootInfo246 root.visiblePath = volume.getPathForUser(userId); in updateVolumesLocked()248 root.visiblePath = null; in updateVolumesLocked()278 root.visiblePath = new File( in updateVolumesLocked()311 boolean visiblePath = false; in getDocIdForFileMaybeCreate()316 visiblePath = true; in getDocIdForFileMaybeCreate()325 final String rootPath = visiblePath in getDocIdForFileMaybeCreate()326 ? mostSpecificRoot.visiblePath.getAbsolutePath() in getDocIdForFileMaybeCreate()353 final File rootFile = visible ? root.visiblePath : root.path; in getMostSpecificRootForPath()405 File target = visible ? root.visiblePath : root.path; in buildFile()[all …]