/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 | 171 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()
|
D | MtpDocumentsProvider.java | 68 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() 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/ |
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, 407 row.add(Root.COLUMN_AVAILABLE_BYTES, in queryRoots()
|
/frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/ |
D | StressProvider.java | 72 Root.COLUMN_AVAILABLE_BYTES
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | RootInfo.java | 187 root.availableBytes = getCursorLong(cursor, Root.COLUMN_AVAILABLE_BYTES); in fromRootsCursor()
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
D | StubProvider.java | 80 Root.COLUMN_AVAILABLE_BYTES 159 row.add(Root.COLUMN_AVAILABLE_BYTES, info.getRemainingCapacity()); in queryRoots()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 477 public static final String COLUMN_AVAILABLE_BYTES = "available_bytes"; field in DocumentsContract.Root
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | document-provider.jd | 690 Root.COLUMN_AVAILABLE_BYTES,}; 771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/ |
D | document-provider.jd | 690 Root.COLUMN_AVAILABLE_BYTES,}; 771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | document-provider.jd | 690 Root.COLUMN_AVAILABLE_BYTES,}; 771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
D | document-provider.jd | 690 Root.COLUMN_AVAILABLE_BYTES,}; 771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
D | document-provider.jd | 690 Root.COLUMN_AVAILABLE_BYTES,}; 771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/ |
D | document-provider.jd | 690 Root.COLUMN_AVAILABLE_BYTES,}; 771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 692 Root.COLUMN_AVAILABLE_BYTES,}; 773 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/ |
D | document-provider.jd | 690 Root.COLUMN_AVAILABLE_BYTES,}; 771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
|
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/ |
D | document-provider.jd | 690 Root.COLUMN_AVAILABLE_BYTES,}; 771 row.add(Root.COLUMN_AVAILABLE_BYTES, mBaseDir.getFreeSpace());
|
/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 | 31869 field public static final java.lang.String COLUMN_AVAILABLE_BYTES = "available_bytes";
|
D | test-current.txt | 31942 field public static final java.lang.String COLUMN_AVAILABLE_BYTES = "available_bytes";
|
D | system-current.txt | 34472 field public static final java.lang.String COLUMN_AVAILABLE_BYTES = "available_bytes";
|