Home | History | Annotate | Download | only in opp

Lines Matching refs:updateValues

250                     ContentValues updateValues = new ContentValues();
252 updateValues.put(Constants.MEDIA_SCANNED, Constants.MEDIA_SCANNED_SCANNED_OK);
253 updateValues.put(BluetoothShare.URI, msg.obj.toString()); // update
254 updateValues.put(BluetoothShare.MIMETYPE, getContentResolver().getType(
256 getContentResolver().update(contentUri, updateValues, null, null);