Home
last modified time | relevance | path

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

/aosp12/packages/services/Mtp/src/com/android/mtp/
H A 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
H A DMtpDatabase.java176 storageCursor.getColumnIndex(Root.COLUMN_AVAILABLE_BYTES); in queryRoots()
188 values.put(Root.COLUMN_AVAILABLE_BYTES, availableBytes); in queryRoots()
191 values.putNull(Root.COLUMN_AVAILABLE_BYTES); in queryRoots()
778 extraValues.putNull(Root.COLUMN_AVAILABLE_BYTES); in getDeviceDocumentValues()
818 extraValues.put(Root.COLUMN_AVAILABLE_BYTES, root.mFreeSpace); in getStorageDocumentValues()
H A DMtpDocumentsProvider.java75 Root.COLUMN_AVAILABLE_BYTES,
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/
H A 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 …]
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DTestRootProvider.java42 Root.COLUMN_AVAILABLE_BYTES
75 row.add(Root.COLUMN_AVAILABLE_BYTES, 1024 * 1024 * 1000); in queryRoots()
H A DStubProvider.java85 Root.COLUMN_AVAILABLE_BYTES
168 row.add(Root.COLUMN_AVAILABLE_BYTES, info.getRemainingCapacity()); in queryRoots()
/aosp12/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DTestDocumentsProvider.java85 Root.COLUMN_AVAILABLE_BYTES,
140 row.add(Root.COLUMN_AVAILABLE_BYTES, 1024); in queryRoots()
H A DExternalStorageProvider.java81 Root.COLUMN_DOCUMENT_ID, Root.COLUMN_AVAILABLE_BYTES, Root.COLUMN_QUERY_ARGS
523 row.add(Root.COLUMN_AVAILABLE_BYTES, availableBytes); in queryRoots()
/aosp12/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
H A DStressProvider.java72 Root.COLUMN_AVAILABLE_BYTES
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DRootInfo.java237 root.availableBytes = getCursorLong(cursor, Root.COLUMN_AVAILABLE_BYTES); in fromRootsCursor()
/aosp12/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java662 public static final String COLUMN_AVAILABLE_BYTES = "available_bytes"; field in DocumentsContract.Root
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt35023 field public static final String COLUMN_AVAILABLE_BYTES = "available_bytes";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt24800 field public static final java.lang.String COLUMN_AVAILABLE_BYTES = "available_bytes";