Home
last modified time | relevance | path

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

/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.java80 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
716 MtpDatabase.strings(Document.COLUMN_SIZE, Document.COLUMN_DISPLAY_NAME)); in getFileSize()
/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()
243 assertEquals(2 * 1024 * 1024, getInt(cursor, COLUMN_SIZE)); in testPutChildDocuments()
262 assertEquals(3 * 1024 * 1024, getInt(cursor, COLUMN_SIZE)); in testPutChildDocuments()
DMtpDocumentsProviderTest.java848 DocumentsContract.Document.COLUMN_SIZE in testObjectSizeLong()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java47 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
DExternalStorageProvider.java84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java586 final int sizeIndex = ArrayUtils.indexOf(columns, Document.COLUMN_SIZE); in includeFile()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java383 public static final String COLUMN_SIZE = OpenableColumns.SIZE; field in DocumentsContract.Document
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24787 field public static final java.lang.String COLUMN_SIZE = "_size";
/frameworks/base/non-updatable-api/
Dcurrent.txt38387 field public static final String COLUMN_SIZE = "_size";
/frameworks/base/api/
Dcurrent.txt38531 field public static final String COLUMN_SIZE = "_size";