Home
last modified time | relevance | path

Searched refs:COLUMN_AVAILABLE_BYTES (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabaseConstants.java143 Root.COLUMN_AVAILABLE_BYTES + " INTEGER," +
173 Root.COLUMN_AVAILABLE_BYTES, TABLE_ROOT_EXTRA + "." + Root.COLUMN_AVAILABLE_BYTES); in COLUMN_MAP_ROOTS.put() argument
DMtpDatabase.java172 storageCursor.getColumnIndex(Root.COLUMN_AVAILABLE_BYTES); in queryRoots()
184 values.put(Root.COLUMN_AVAILABLE_BYTES, availableBytes); in queryRoots()
187 values.putNull(Root.COLUMN_AVAILABLE_BYTES); in queryRoots()
768 extraValues.putNull(Root.COLUMN_AVAILABLE_BYTES); in getDeviceDocumentValues()
808 extraValues.put(Root.COLUMN_AVAILABLE_BYTES, root.mFreeSpace); in getStorageDocumentValues()
DMtpDocumentsProvider.java75 Root.COLUMN_AVAILABLE_BYTES,
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java123 Root.COLUMN_AVAILABLE_BYTES, in testPutSingleStorageDocuments()
137 assertEquals(1000, getInt(cursor, Root.COLUMN_AVAILABLE_BYTES)); in testPutSingleStorageDocuments()
445 Root.COLUMN_AVAILABLE_BYTES in testRestoreIdForDifferentDevices()
482 assertEquals(0, getInt(cursor, Root.COLUMN_AVAILABLE_BYTES)); in testRestoreIdForDifferentDevices()
485 assertEquals(0, getInt(cursor, Root.COLUMN_AVAILABLE_BYTES)); in testRestoreIdForDifferentDevices()
528 assertEquals(2000, getInt(cursor, Root.COLUMN_AVAILABLE_BYTES)); in testRestoreIdForDifferentDevices()
531 assertEquals(3000, getInt(cursor, Root.COLUMN_AVAILABLE_BYTES)); in testRestoreIdForDifferentDevices()
614 Root.COLUMN_AVAILABLE_BYTES in testClearMtpIdentifierBeforeResolveRootDocuments()
661 assertEquals(3000, getInt(cursor, Root.COLUMN_AVAILABLE_BYTES)); in testClearMtpIdentifierBeforeResolveRootDocuments()
744 Root.COLUMN_AVAILABLE_BYTES in testReplaceExistingRoots()
[all …]
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java85 Root.COLUMN_AVAILABLE_BYTES,
140 row.add(Root.COLUMN_AVAILABLE_BYTES, 1024); in queryRoots()
DExternalStorageProvider.java79 Root.COLUMN_DOCUMENT_ID, Root.COLUMN_AVAILABLE_BYTES, Root.COLUMN_QUERY_ARGS
463 row.add(Root.COLUMN_AVAILABLE_BYTES, availableBytes); in queryRoots()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java623 public static final String COLUMN_AVAILABLE_BYTES = "available_bytes"; field in DocumentsContract.Root
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...