Searched refs:fromRootsCursor (Results 1 – 3 of 3) sorted by relevance
87 return RootInfo.fromRootsCursor(mUserId, mAuthority, cursor); in getRoot()367 RootInfo rootInfo = RootInfo.fromRootsCursor(mUserId, mAuthority, cursor); in getRootList()
227 public static RootInfo fromRootsCursor(UserId userId, String authority, Cursor cursor) { in fromRootsCursor() method in RootInfo
368 final RootInfo root = RootInfo.fromRootsCursor(userId, authority, cursor);