Searched refs:COLUMN_SIZE (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportStorageProvider.java | 43 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/ |
D | CopyService.java | 272 Document.COLUMN_SIZE in calculateFileSizesHelper() 288 long size = getCursorLong(cursor, Document.COLUMN_SIZE); in calculateFileSizesHelper() 412 Document.COLUMN_SIZE in copyDirectoryHelper()
|
D | SortingCursorWrapper.java | 82 mValueLong[i] = getCursorLong(cursor, Document.COLUMN_SIZE); in SortingCursorWrapper()
|
D | DirectoryLoader.java | 269 return Document.COLUMN_SIZE + " DESC"; in getQuerySortOrder()
|
D | DirectoryFragment.java | 869 final long docSize = getCursorLong(cursor, Document.COLUMN_SIZE); in getDocumentView()
|
/frameworks/support/v4/kitkat/android/support/v4/provider/ |
D | DocumentsContractApi19.java | 71 return queryForLong(context, self, DocumentsContract.Document.COLUMN_SIZE, 0); in length()
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
D | StubProvider.java | 67 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/ |
D | ExternalStorageProvider.java | 77 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 291 row.add(Document.COLUMN_SIZE, file.length()); in includeFile()
|
D | TestDocumentsProvider.java | 90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | DocumentInfo.java | 169 this.size = getCursorLong(cursor, Document.COLUMN_SIZE); in updateFromCursor()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 235 public static final String COLUMN_SIZE = OpenableColumns.SIZE; field in DocumentsContract.Document
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 696 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
|
/frameworks/base/api/ |
D | current.txt | 26004 field public static final java.lang.String COLUMN_SIZE = "_size";
|
D | system-current.txt | 27960 field public static final java.lang.String COLUMN_SIZE = "_size";
|