Home
last modified time | relevance | path

Searched refs:COLUMN_SIZE (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java43 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
162 row.add(Document.COLUMN_SIZE, file.length()); in addFileRow()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DCopyService.java272 Document.COLUMN_SIZE in calculateFileSizesHelper()
288 long size = getCursorLong(cursor, Document.COLUMN_SIZE); in calculateFileSizesHelper()
412 Document.COLUMN_SIZE in copyDirectoryHelper()
DSortingCursorWrapper.java82 mValueLong[i] = getCursorLong(cursor, Document.COLUMN_SIZE); in SortingCursorWrapper()
DDirectoryLoader.java269 return Document.COLUMN_SIZE + " DESC"; in getQuerySortOrder()
DDirectoryFragment.java869 final long docSize = getCursorLong(cursor, Document.COLUMN_SIZE); in getDocumentView()
/frameworks/support/v4/kitkat/android/support/v4/provider/
DDocumentsContractApi19.java71 return queryForLong(context, self, DocumentsContract.Document.COLUMN_SIZE, 0); in length()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java67 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
366 row.add(Document.COLUMN_SIZE, document.file.length()); in includeDocument()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java77 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
291 row.add(Document.COLUMN_SIZE, file.length()); in includeFile()
DTestDocumentsProvider.java90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java169 this.size = getCursorLong(cursor, Document.COLUMN_SIZE); in updateFromCursor()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java235 public static final String COLUMN_SIZE = OpenableColumns.SIZE; field in DocumentsContract.Document
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd696 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
/frameworks/base/api/
Dcurrent.txt26004 field public static final java.lang.String COLUMN_SIZE = "_size";
Dsystem-current.txt27960 field public static final java.lang.String COLUMN_SIZE = "_size";