Searched refs:otherOp (Results 1 – 1 of 1) sorted by relevance
3608 final HistoricalOp otherOp = other.getOpAt(i); in merge() local3609 final HistoricalOp thisOp = getOp(otherOp.getOpName()); in merge()3611 thisOp.merge(otherOp); in merge()3616 mHistoricalOps.put(otherOp.getOpName(), otherOp); in merge() local