Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java723 ContentValues filteredValues = new ContentValues(); in insert() local
764 filteredValues.put(Downloads.Impl.COLUMN_DESTINATION, dest); in insert()
770 copyString(Downloads.Impl.COLUMN_URI, values, filteredValues); in insert()
771 copyString(Downloads.Impl.COLUMN_APP_DATA, values, filteredValues); in insert()
772 copyBoolean(Downloads.Impl.COLUMN_NO_INTEGRITY, values, filteredValues); in insert()
773 copyString(Downloads.Impl.COLUMN_FILE_NAME_HINT, values, filteredValues); in insert()
774 copyString(Downloads.Impl.COLUMN_MIME_TYPE, values, filteredValues); in insert()
775 copyBoolean(Downloads.Impl.COLUMN_IS_PUBLIC_API, values, filteredValues); in insert()
781 filteredValues.put(Downloads.Impl.COLUMN_VISIBILITY, in insert()
784 filteredValues.put(Downloads.Impl.COLUMN_VISIBILITY, in insert()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java309 ContentValues filteredValues = new ContentValues(); in insert() local
311 copyString(BluetoothShare.URI, values, filteredValues); in insert()
312 copyString(BluetoothShare.FILENAME_HINT, values, filteredValues); in insert()
313 copyString(BluetoothShare.MIMETYPE, values, filteredValues); in insert()
314 copyString(BluetoothShare.DESTINATION, values, filteredValues); in insert()
316 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues); in insert()
317 copyLong(BluetoothShare.TOTAL_BYTES, values, filteredValues); in insert()
319 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
333 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con); in insert()
334 filteredValues.put(BluetoothShare.DIRECTION, dir); in insert()
[all …]