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