Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabase.java741 ContentValues extraValues, in getDeviceDocumentValues() argument
766 extraValues.clear(); in getDeviceDocumentValues()
767 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(device.operationsSupported)); in getDeviceDocumentValues()
768 extraValues.putNull(Root.COLUMN_AVAILABLE_BYTES); in getDeviceDocumentValues()
769 extraValues.putNull(Root.COLUMN_CAPACITY_BYTES); in getDeviceDocumentValues()
770 extraValues.put(Root.COLUMN_MIME_TYPES, ""); in getDeviceDocumentValues()
783 ContentValues extraValues, in getStorageDocumentValues() argument
807 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(operationsSupported)); in getStorageDocumentValues()
808 extraValues.put(Root.COLUMN_AVAILABLE_BYTES, root.mFreeSpace); in getStorageDocumentValues()
809 extraValues.put(Root.COLUMN_CAPACITY_BYTES, root.mMaxCapacity); in getStorageDocumentValues()
[all …]