Home | History | Annotate | Download | only in opp

Lines Matching refs:updateValues

278         ContentValues updateValues = new ContentValues();
279 updateValues
281 mContext.getContentResolver().update(contentUri, updateValues, null, null);
314 ContentValues updateValues = new ContentValues();
315 updateValues.put(BluetoothShare.STATUS, info.mStatus);
322 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName);
323 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
324 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype);
331 mContext.getContentResolver().update(contentUri, updateValues, null, null);
684 ContentValues updateValues = new ContentValues();
685 updateValues.put(BluetoothShare.DIRECTION, share.mDirection);
686 mContext.getContentResolver().update(contentUri, updateValues, null, null);