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

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

Completed in 82 milliseconds