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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DFilteringCursorWrapper.java19 import static com.android.documentsui.base.DocumentInfo.getCursorLong;
57 final long lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
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
H A DRootInfo.java20 import static com.android.documentsui.base.DocumentInfo.getCursorLong;
194 root.availableBytes = getCursorLong(cursor, Root.COLUMN_AVAILABLE_BYTES);
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DSortingCursorWrapper.java19 import static com.android.documentsui.base.DocumentInfo.getCursorLong;
85 longValues[i] = getCursorLong(mCursor, Document.COLUMN_SIZE);
176 long l = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DGridDocumentHolder.java19 import static com.android.documentsui.base.DocumentInfo.getCursorLong;
167 final long docSize = getCursorLong(cursor, Document.COLUMN_SIZE);
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DCopyJob.java26 import static com.android.documentsui.base.DocumentInfo.getCursorLong;
740 long size = getCursorLong(cursor, Document.COLUMN_SIZE);

Completed in 434 milliseconds