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.java749 ContentValues filteredValues = new ContentValues(); in insert() local
790 filteredValues.put(Downloads.Impl.COLUMN_DESTINATION, dest); in insert()
796 copyString(Downloads.Impl.COLUMN_URI, values, filteredValues); in insert()
797 copyString(Downloads.Impl.COLUMN_APP_DATA, values, filteredValues); in insert()
798 copyBoolean(Downloads.Impl.COLUMN_NO_INTEGRITY, values, filteredValues); in insert()
799 copyString(Downloads.Impl.COLUMN_FILE_NAME_HINT, values, filteredValues); in insert()
800 copyString(Downloads.Impl.COLUMN_MIME_TYPE, values, filteredValues); in insert()
801 copyBoolean(Downloads.Impl.COLUMN_IS_PUBLIC_API, values, filteredValues); in insert()
807 filteredValues.put(Downloads.Impl.COLUMN_VISIBILITY, in insert()
810 filteredValues.put(Downloads.Impl.COLUMN_VISIBILITY, in insert()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java209 ContentValues filteredValues = new ContentValues(); in insert() local
211 copyString(BluetoothShare.URI, values, filteredValues); in insert()
212 copyString(BluetoothShare.FILENAME_HINT, values, filteredValues); in insert()
213 copyString(BluetoothShare.MIMETYPE, values, filteredValues); in insert()
214 copyString(BluetoothShare.DESTINATION, values, filteredValues); in insert()
216 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues); in insert()
217 copyLong(BluetoothShare.TOTAL_BYTES, values, filteredValues); in insert()
219 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
233 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con); in insert()
234 filteredValues.put(BluetoothShare.DIRECTION, dir); in insert()
[all …]