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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java166 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
169 this.size = getCursorLong(cursor, Document.COLUMN_SIZE);
249 public static long getCursorLong(Cursor cursor, String columnName) { method in class:DocumentInfo

Completed in 611 milliseconds