Searched refs:COLUMN_AVAILABLE_BYTES (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDatabaseConstants.java | 143 Root.COLUMN_AVAILABLE_BYTES + " INTEGER," + 173 Root.COLUMN_AVAILABLE_BYTES, TABLE_ROOT_EXTRA + "." + Root.COLUMN_AVAILABLE_BYTES); in COLUMN_MAP_ROOTS.put() argument
|
D | MtpDatabase.java | 172 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()
|
D | MtpDocumentsProvider.java | 75 Root.COLUMN_AVAILABLE_BYTES,
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | MtpDatabaseTest.java | 123 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/ |
D | TestDocumentsProvider.java | 85 Root.COLUMN_AVAILABLE_BYTES, 140 row.add(Root.COLUMN_AVAILABLE_BYTES, 1024); in queryRoots()
|
D | ExternalStorageProvider.java | 79 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/ |
D | DocumentsContract.java | 623 public static final String COLUMN_AVAILABLE_BYTES = "available_bytes"; field in DocumentsContract.Root
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 24800 field public static final java.lang.String COLUMN_AVAILABLE_BYTES = "available_bytes";
|
/frameworks/base/api/ |
D | current.txt | 38115 field public static final String COLUMN_AVAILABLE_BYTES = "available_bytes";
|