OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rootcursorwrapper
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootCursorWrapper.java
26
public class
RootCursorWrapper
extends AbstractCursor {
41
public
RootCursorWrapper
(String authority, String rootId, Cursor cursor, int maxCount) {
DirectoryLoader.java
168
cursor = new
RootCursorWrapper
(mUri.getAuthority(), mRoot.rootId, cursor, -1);
RecentLoader.java
133
mWithRoot = new
RootCursorWrapper
(authority, rootId, cursor, MAX_DOCS_FROM_ROOT);
DirectoryFragment.java
771
final String docAuthority = getCursorString(cursor,
RootCursorWrapper
.COLUMN_AUTHORITY);
772
final String docRootId = getCursorString(cursor,
RootCursorWrapper
.COLUMN_ROOT_ID);
[
all
...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentInfo.java
30
import com.android.documentsui.
RootCursorWrapper
;
141
final String authority = getCursorString(cursor,
RootCursorWrapper
.COLUMN_AUTHORITY);
Completed in 74 milliseconds