Home | History | Annotate | Download | only in opp

Lines Matching refs:updateValues

238                     ContentValues updateValues = new ContentValues();
240 updateValues.put(Constants.MEDIA_SCANNED, Constants.MEDIA_SCANNED_SCANNED_OK);
241 updateValues.put(BluetoothShare.URI, msg.obj.toString()); // update
242 updateValues.put(BluetoothShare.MIMETYPE, getContentResolver().getType(
244 getContentResolver().update(contentUri, updateValues, null, null);