Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java390 RootInfo mostSpecificRoot = getMostSpecificRootForPath(path, false); in getDocIdForFileMaybeCreate()
395 mostSpecificRoot = getMostSpecificRootForPath(path, true); in getDocIdForFileMaybeCreate()
424 private RootInfo getMostSpecificRootForPath(String path, boolean visible) { in getMostSpecificRootForPath() method in ExternalStorageProvider