Home | History | Annotate | Download | only in opp

Lines Matching refs:updateValues

370                 ContentValues updateValues = new ContentValues();
372 updateValues.put(BluetoothShare._DATA, mFileInfo.mFileName);
373 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING);
374 mContext.getContentResolver().update(contentUri, updateValues, null, null);
452 ContentValues updateValues = new ContentValues();
453 updateValues.put(BluetoothShare._DATA, fileInfo.mFileName);
454 mContext.getContentResolver().update(contentUri, updateValues, null, null);
488 ContentValues updateValues = new ContentValues();
489 updateValues.put(BluetoothShare.CURRENT_BYTES, position);
490 mContext.getContentResolver().update(contentUri, updateValues, null, null);