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

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

Completed in 1218 milliseconds