Searched refs:extraValues (Results 1 – 1 of 1) sorted by relevance
743 ContentValues extraValues, in getDeviceDocumentValues() argument766 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() argument807 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 …]