Home | History | Annotate | Download | only in opp

Lines Matching refs:updateValues

280         ContentValues updateValues = new ContentValues();
281 updateValues
283 mContext.getContentResolver().update(contentUri, updateValues, null, null);
316 ContentValues updateValues = new ContentValues();
317 updateValues.put(BluetoothShare.STATUS, info.mStatus);
324 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName);
325 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
326 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype);
333 mContext.getContentResolver().update(contentUri, updateValues, null, null);
686 ContentValues updateValues = new ContentValues();
687 updateValues.put(BluetoothShare.DIRECTION, share.mDirection);
688 mContext.getContentResolver().update(contentUri, updateValues, null, null);