Home
last modified time | relevance | path

Searched refs:COLUMN_AVAILABLE_BYTES (Results 1 – 23 of 23) 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.java171 storageCursor.getColumnIndex(Root.COLUMN_AVAILABLE_BYTES); in queryRoots()
183 values.put(Root.COLUMN_AVAILABLE_BYTES, availableBytes); in queryRoots()
186 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.java68 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()
444 Root.COLUMN_AVAILABLE_BYTES in testRestoreIdForDifferentDevices()
481 assertEquals(0, getInt(cursor, Root.COLUMN_AVAILABLE_BYTES)); in testRestoreIdForDifferentDevices()
484 assertEquals(0, getInt(cursor, Root.COLUMN_AVAILABLE_BYTES)); in testRestoreIdForDifferentDevices()
527 assertEquals(2000, getInt(cursor, Root.COLUMN_AVAILABLE_BYTES)); in testRestoreIdForDifferentDevices()
530 assertEquals(3000, getInt(cursor, Root.COLUMN_AVAILABLE_BYTES)); in testRestoreIdForDifferentDevices()
613 Root.COLUMN_AVAILABLE_BYTES in testClearMtpIdentifierBeforeResolveRootDocuments()
660 assertEquals(3000, getInt(cursor, Root.COLUMN_AVAILABLE_BYTES)); in testClearMtpIdentifierBeforeResolveRootDocuments()
743 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,
407 row.add(Root.COLUMN_AVAILABLE_BYTES, in queryRoots()
/frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/
DStressProvider.java72 Root.COLUMN_AVAILABLE_BYTES
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DRootInfo.java187 root.availableBytes = getCursorLong(cursor, Root.COLUMN_AVAILABLE_BYTES); in fromRootsCursor()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java80 Root.COLUMN_AVAILABLE_BYTES
159 row.add(Root.COLUMN_AVAILABLE_BYTES, info.getRemainingCapacity()); in queryRoots()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java477 public static final String COLUMN_AVAILABLE_BYTES = "available_bytes"; field in DocumentsContract.Root
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Ddocument-provider.jd690 Root.COLUMN_AVAILABLE_BYTES,};
771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Ddocument-provider.jd690 Root.COLUMN_AVAILABLE_BYTES,};
771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Ddocument-provider.jd690 Root.COLUMN_AVAILABLE_BYTES,};
771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Ddocument-provider.jd690 Root.COLUMN_AVAILABLE_BYTES,};
771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Ddocument-provider.jd690 Root.COLUMN_AVAILABLE_BYTES,};
771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Ddocument-provider.jd690 Root.COLUMN_AVAILABLE_BYTES,};
771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd692 Root.COLUMN_AVAILABLE_BYTES,};
773 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Ddocument-provider.jd690 Root.COLUMN_AVAILABLE_BYTES,};
771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Ddocument-provider.jd690 Root.COLUMN_AVAILABLE_BYTES,};
771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24800 field public static final java.lang.String COLUMN_AVAILABLE_BYTES = "available_bytes";
/frameworks/base/api/
Dcurrent.txt31869 field public static final java.lang.String COLUMN_AVAILABLE_BYTES = "available_bytes";
Dtest-current.txt31942 field public static final java.lang.String COLUMN_AVAILABLE_BYTES = "available_bytes";
Dsystem-current.txt34472 field public static final java.lang.String COLUMN_AVAILABLE_BYTES = "available_bytes";