Home
last modified time | relevance | path

Searched refs:otherDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java408 CachedBluetoothDevice otherDevice = getHearingAidOtherDevice(cachedDevice, hiSyncId); in onProfileConnectionStateChanged() local
409 if (otherDevice == null) { in onProfileConnectionStateChanged()
416 hearingAidSwitchDisplayDevice(cachedDevice, otherDevice, hiSyncId); in onProfileConnectionStateChanged()
418 && otherDevice.isConnected()) { in onProfileConnectionStateChanged()
421 hearingAidSwitchDisplayDevice(otherDevice, cachedDevice, hiSyncId); in onProfileConnectionStateChanged()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4996 int otherDevice = mIndexMap.keyAt(i); in setIndex() local
4997 if ((otherDevice & AudioSystem.DEVICE_OUT_ALL_SCO) != 0) { in setIndex()
4998 mIndexMap.put(otherDevice, index); in setIndex()