Searched defs:getCursorString (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java141 final String authority = getCursorString(cursor, RootCursorWrapper.COLUMN_AUTHORITY);
153 this.documentId = getCursorString(cursor, Document.COLUMN_DOCUMENT_ID);
154 this.mimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
155 this.documentId = getCursorString(cursor, Document.COLUMN_DOCUMENT_ID);
156 this.mimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
157 this.displayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME);
160 this.summary = getCursorString(cursor, Document.COLUMN_SUMMARY);
233 public static String getCursorString(Cursor cursor, String columnName) { method in class:DocumentInfo

Completed in 563 milliseconds