Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DDocumentsProviderHelper.java87 return RootInfo.fromRootsCursor(mUserId, mAuthority, cursor); in getRoot()
367 RootInfo rootInfo = RootInfo.fromRootsCursor(mUserId, mAuthority, cursor); in getRootList()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DRootInfo.java227 public static RootInfo fromRootsCursor(UserId userId, String authority, Cursor cursor) { in fromRootsCursor() method in RootInfo
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersCache.java358 final RootInfo root = RootInfo.fromRootsCursor(userId, authority, cursor);