Searched refs:thatKey (Results 1 – 2 of 2) sorted by relevance
53 final int thatKey = that.getKeyAt(i); in mergeStats() local54 final int state = SparseMappingTable.getIdFromKey(thatKey); in mergeStats()60 final long[] thatStats = that.getArrayForKey(thatKey); in mergeStats()61 final int thatStatsIndex = SparseMappingTable.getIndexFromKey(thatKey); in mergeStats()
187 Key thatKey = (Key) that; in equals() local188 return thatKey.carrierId == this.carrierId && thatKey.rat == this.rat; in equals()