Lines Matching refs:extraValues
751 ContentValues extraValues, in getDeviceDocumentValues() argument
776 extraValues.clear(); in getDeviceDocumentValues()
777 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(device.operationsSupported)); in getDeviceDocumentValues()
778 extraValues.putNull(Root.COLUMN_AVAILABLE_BYTES); in getDeviceDocumentValues()
779 extraValues.putNull(Root.COLUMN_CAPACITY_BYTES); in getDeviceDocumentValues()
780 extraValues.put(Root.COLUMN_MIME_TYPES, ""); in getDeviceDocumentValues()
793 ContentValues extraValues, in getStorageDocumentValues() argument
817 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(operationsSupported)); in getStorageDocumentValues()
818 extraValues.put(Root.COLUMN_AVAILABLE_BYTES, root.mFreeSpace); in getStorageDocumentValues()
819 extraValues.put(Root.COLUMN_CAPACITY_BYTES, root.mMaxCapacity); in getStorageDocumentValues()
820 extraValues.put(Root.COLUMN_MIME_TYPES, ""); in getStorageDocumentValues()