Home
last modified time | relevance | path

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

/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java312 RootInfo mostSpecificRoot = getMostSpecificRootForPath(path, false); in getDocIdForFileMaybeCreate()
317 mostSpecificRoot = getMostSpecificRootForPath(path, true); in getDocIdForFileMaybeCreate()
346 private RootInfo getMostSpecificRootForPath(String path, boolean visible) { in getMostSpecificRootForPath() method in ExternalStorageProvider