Searched refs:getCursorLong (Results 1 – 6 of 6) sorted by relevance
19 import static com.android.documentsui.base.DocumentInfo.getCursorLong;85 longValues[i] = getCursorLong(mCursor, Document.COLUMN_SIZE); in SortingCursorWrapper()176 long l = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in getLastModified()
164 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in updateFromCursor()167 this.size = getCursorLong(cursor, Document.COLUMN_SIZE); in updateFromCursor()328 public static long getCursorLong(Cursor cursor, String columnName) { in getCursorLong() method in DocumentInfo
19 import static com.android.documentsui.base.DocumentInfo.getCursorLong;57 final long lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in FilteringCursorWrapper()
20 import static com.android.documentsui.base.DocumentInfo.getCursorLong;194 root.availableBytes = getCursorLong(cursor, Root.COLUMN_AVAILABLE_BYTES); in fromRootsCursor()
19 import static com.android.documentsui.base.DocumentInfo.getCursorLong;167 final long docSize = getCursorLong(cursor, Document.COLUMN_SIZE); in bind()
26 import static com.android.documentsui.base.DocumentInfo.getCursorLong;740 long size = getCursorLong(cursor, Document.COLUMN_SIZE); in calculateFileSizesRecursively()