Home
last modified time | relevance | path

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

12

/frameworks/support/documents-archive/tests/src/android/support/provider/
DDocumentArchiveTest.java100 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE))); in testQueryChildDocument()
110 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE))); in testQueryChildDocument()
120 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE))); in testQueryChildDocument()
138 childCursor.getInt(childCursor.getColumnIndexOrThrow(Document.COLUMN_SIZE))); in testQueryChildDocument()
153 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE))); in testQueryChildDocument_NoDirs()
169 childCursor.getInt(childCursor.getColumnIndexOrThrow(Document.COLUMN_SIZE))); in testQueryChildDocument_NoDirs()
194 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE))); in testQueryChildDocument_EmptyDirs()
210 childCursor.getInt(childCursor.getColumnIndexOrThrow(Document.COLUMN_SIZE))); in testQueryChildDocument_EmptyDirs()
223 childCursor.getInt(childCursor.getColumnIndexOrThrow(Document.COLUMN_SIZE))); in testQueryChildDocument_EmptyDirs()
261 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE))); in testQueryDocument()
DStubProvider.java47 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_DISPLAY_NAME, Document.COLUMN_SIZE,
125 row.add(Document.COLUMN_SIZE, file.length()); in queryDocument()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
DTestModel.java34 Document.COLUMN_SIZE,
57 row.add(Document.COLUMN_SIZE, rand.nextInt()); in update()
DModelTest.java55 Document.COLUMN_SIZE,
92 row.add(Document.COLUMN_SIZE, rand.nextInt()); in setUp()
216 int size = DocumentInfo.getCursorInt(c, Document.COLUMN_SIZE); in testSort_sizes()
232 row.add(Document.COLUMN_SIZE, i); in testSort_sizesWithBucketing()
265 int size = DocumentInfo.getCursorInt(c, Document.COLUMN_SIZE); in testSort_sizesWithBucketing()
DSectionBreakDocumentsAdapterWrapperTest.java74 row.add(Document.COLUMN_SIZE, i); in testItemCount_allDirs()
99 row.add(Document.COLUMN_SIZE, i); in testItemCount_mixed()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java47 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
194 row.add(Document.COLUMN_SIZE, file.length()); in addFileRow()
/frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/
DStressProvider.java76 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
190 row.add(Document.COLUMN_SIZE, document.size); in includeDocument()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabase.java764 values.putNull(Document.COLUMN_SIZE); in getDeviceDocumentValues()
805 values.put(Document.COLUMN_SIZE, root.mMaxCapacity - root.mFreeSpace); in getStorageDocumentValues()
843 values.put(Document.COLUMN_SIZE, size); in getObjectDocumentValues()
845 values.putNull(Document.COLUMN_SIZE); in getObjectDocumentValues()
DMtpDatabaseConstants.java137 Document.COLUMN_SIZE + " INTEGER);";
DMtpDocumentsProvider.java73 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
556 MtpDatabase.strings(Document.COLUMN_SIZE, Document.COLUMN_DISPLAY_NAME)); in getFileSize()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java394 Document.COLUMN_SIZE, in copyDirectoryHelper()
579 Document.COLUMN_SIZE in calculateFileSizesRecursively()
595 long size = getCursorLong(cursor, Document.COLUMN_SIZE); in calculateFileSizesRecursively()
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java52 DocumentsContract.Document.COLUMN_SIZE,
107 assertEquals(1000, getInt(cursor, COLUMN_SIZE)); in testPutSingleStorageDocuments()
169 assertEquals(1000, getInt(cursor, COLUMN_SIZE)); in testPutStorageDocuments()
223 assertEquals(1024, getInt(cursor, COLUMN_SIZE)); in testPutChildDocuments()
242 assertEquals(2 * 1024 * 1024, getInt(cursor, COLUMN_SIZE)); in testPutChildDocuments()
261 assertEquals(3 * 1024 * 1024, getInt(cursor, COLUMN_SIZE)); in testPutChildDocuments()
DMtpDocumentsProviderTest.java755 DocumentsContract.Document.COLUMN_SIZE in testObjectSizeLong()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DGridDocumentHolder.java128 final long docSize = getCursorLong(cursor, Document.COLUMN_SIZE); in bind()
DListDocumentHolder.java125 final long docSize = getCursorLong(cursor, Document.COLUMN_SIZE); in bind()
DModel.java182 longValues[pos] = getCursorLong(mCursor, Document.COLUMN_SIZE); in updateModelData()
/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/src/com/android/documentsui/
DDirectoryLoader.java222 return Document.COLUMN_SIZE + " DESC"; in getQuerySortOrder()
/frameworks/support/documents-archive/src/android/support/provider/
DDocumentArchive.java77 Document.COLUMN_SIZE,
509 row.add(Document.COLUMN_SIZE, entry.getSize()); in addCursorRow()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java162 this.size = getCursorLong(cursor, Document.COLUMN_SIZE); in updateFromCursor()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
385 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/tests/src/com/android/documentsui/
DStubProvider.java84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
612 row.add(Document.COLUMN_SIZE, document.file.length()); in includeDocument()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java251 public static final String COLUMN_SIZE = OpenableColumns.SIZE; field in DocumentsContract.Document
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Ddocument-provider.jd694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};

12