When I did that with hard coded List item it was working .But as I switched to binding for my list items :
oIconListBox90.addSelectedIndex(0);
jQuery.sap.delayedCall(500, this, function() {
oIconListBox90.fireSelect({selectedIndex:0});
});
this is not working/.