Lines Matching defs:rowId
144 final long rowId = dbInsertAndCheck(mOpenHelper, db, args.table, null, initialValues);145 if (rowId <= 0) return null;147 uri = ContentUris.withAppendedId(uri, rowId);