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