Home | History | Annotate | Download | only in opp

Lines Matching refs:filteredValues

240         ContentValues filteredValues = new ContentValues();
242 copyString(BluetoothShare.URI, values, filteredValues);
243 copyString(BluetoothShare.FILENAME_HINT, values, filteredValues);
244 copyString(BluetoothShare.MIMETYPE, values, filteredValues);
245 copyString(BluetoothShare.DESTINATION, values, filteredValues);
247 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);
248 copyInteger(BluetoothShare.TOTAL_BYTES, values, filteredValues);
251 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
266 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con);
267 filteredValues.put(BluetoothShare.DIRECTION, dir);
269 filteredValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_PENDING);
270 filteredValues.put(Constants.MEDIA_SCANNED, 0);
276 filteredValues.put(BluetoothShare.TIMESTAMP, ts);
281 long rowID = db.insert(DB_TABLE, null, filteredValues);