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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java151 final String authority = getCursorString(cursor, RootCursorWrapper.COLUMN_AUTHORITY);
163 this.documentId = getCursorString(cursor, Document.COLUMN_DOCUMENT_ID);
164 this.mimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
165 this.displayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME);
168 this.summary = getCursorString(cursor, Document.COLUMN_SUMMARY);
241 public static String getCursorString(Cursor cursor, String columnName) { method in class:DocumentInfo

Completed in 36 milliseconds