Searched refs:oneShotCell (Results 1 – 1 of 1) sorted by relevance
283 Cell oneShotCell = oneShotCells[cell]; in testOrderingOfCellsInPartialResults() local286 assertTrue("One shot cell was null", oneShotCell != null); in testOrderingOfCellsInPartialResults()288 assertTrue("Cell differs. oneShotCell:" + oneShotCell + " partialCell:" + partialCell, in testOrderingOfCellsInPartialResults()289 oneShotCell.equals(partialCell)); in testOrderingOfCellsInPartialResults()