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()
5072 int otherDevice = mIndexMap.keyAt(i); in setIndex() local5073 if (AudioSystem.DEVICE_OUT_ALL_SCO_SET.contains(otherDevice)) { in setIndex()5074 mIndexMap.put(otherDevice, index); in setIndex()