Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DOpenExternalDirectoryActivity.java169 final File volumeRoot = storageVolume.getPathFile(); in showFragment() local
172 file = isRoot ? volumeRoot : new File(volumeRoot, directoryName).getCanonicalFile(); in showFragment()
184 root = volumeRoot.getAbsolutePath(); in showFragment()