Searched refs:otherDevice (Results 1 – 2 of 2) sorted by relevance
408 CachedBluetoothDevice otherDevice = getHearingAidOtherDevice(cachedDevice, hiSyncId); in onProfileConnectionStateChanged() local409 if (otherDevice == null) { in onProfileConnectionStateChanged()416 hearingAidSwitchDisplayDevice(cachedDevice, otherDevice, hiSyncId); in onProfileConnectionStateChanged()418 && otherDevice.isConnected()) { in onProfileConnectionStateChanged()421 hearingAidSwitchDisplayDevice(otherDevice, cachedDevice, hiSyncId); in onProfileConnectionStateChanged()
4996 int otherDevice = mIndexMap.keyAt(i); in setIndex() local4997 if ((otherDevice & AudioSystem.DEVICE_OUT_ALL_SCO) != 0) { in setIndex()4998 mIndexMap.put(otherDevice, index); in setIndex()