Searched refs:oldCnt (Results 1 – 2 of 2) sorted by relevance
169 short oldCnt = oObj.getItemCount(); in _addItems() local170 oObj.addItems(new String[] { "Item2", "Item3" }, oldCnt); in _addItems()171 result = oObj.getItemCount() == oldCnt + 2; in _addItems()191 short oldCnt = oObj.getItemCount(); in _removeItems() local192 oObj.removeItems((short) 0, oldCnt); in _removeItems()
189 short oldCnt = oObj.getItemCount() ; in _addItems() local190 oObj.addItems(new String[] {"Item2", "Item3"}, oldCnt) ; in _addItems()191 result = oObj.getItemCount() == oldCnt + 2 ; in _addItems()215 short oldCnt = oObj.getItemCount() ; in _removeItems() local216 oObj.removeItems((short)0, oldCnt) ; in _removeItems()
Completed in 14 milliseconds