Searched refs:otherAddr (Results 1 – 1 of 1) sorted by relevance
305 Uri otherAddr = ((HfpClientConnection) o).getAddress(); in equals() local306 return getAddress() == otherAddr || otherAddr != null && otherAddr.equals(getAddress()); in equals()