Searched refs:otherDevice (Results 1 – 2 of 2) sorted by relevance
190 final MediaDevice otherDevice = (MediaDevice) obj; in equals() local191 return otherDevice.getId().equals(getId()); in equals()
4746 int otherDevice = mIndexMap.keyAt(i); in setIndex() local4747 if ((otherDevice & AudioSystem.DEVICE_OUT_ALL_SCO) != 0) { in setIndex()4748 mIndexMap.put(otherDevice, index); in setIndex()