Home | History | Annotate | Download | only in settings

Lines Matching defs:rowId

142      * @param rowId of the row
145 private Uri getUriFor(Uri tableUri, ContentValues values, long rowId) {
154 return ContentUris.withAppendedId(tableUri, rowId);
569 final long rowId = db.insert(args.table, null, initialValues);
571 if (rowId <= 0) return null;
576 url = getUriFor(url, initialValues, rowId);