Home | History | Annotate | Download | only in opp

Lines Matching refs:updateValues

324                 ContentValues updateValues = new ContentValues();
327 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName);
328 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
329 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype);
331 mContext1.getContentResolver().update(contentUri, updateValues, null, null);
343 ContentValues updateValues;
388 updateValues = new ContentValues();
389 updateValues.put(BluetoothShare.CURRENT_BYTES, 0);
390 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING);
391 mContext1.getContentResolver().update(contentUri, updateValues, null, null);
438 updateValues = new ContentValues();
439 updateValues.put(BluetoothShare.CURRENT_BYTES, position);
440 mContext1.getContentResolver().update(contentUri, updateValues, null,
468 updateValues = new ContentValues();
469 updateValues.put(BluetoothShare.CURRENT_BYTES, position);
470 mContext1.getContentResolver().update(contentUri, updateValues,