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