Home | History | Annotate | Download | only in opp

Lines Matching refs:updateValues

366                 ContentValues updateValues = new ContentValues();
368 updateValues.put(BluetoothShare._DATA, mFileInfo.mFileName);
369 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING);
370 mContext.getContentResolver().update(contentUri, updateValues, null, null);
448 ContentValues updateValues = new ContentValues();
449 updateValues.put(BluetoothShare._DATA, fileInfo.mFileName);
450 mContext.getContentResolver().update(contentUri, updateValues, null, null);
484 ContentValues updateValues = new ContentValues();
485 updateValues.put(BluetoothShare.CURRENT_BYTES, position);
486 mContext.getContentResolver().update(contentUri, updateValues, null, null);