Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java419 CachedBluetoothDevice mapDevice = mCachedDevicesMapForHearingAids.get(hiSyncId); in onProfileConnectionStateChanged() local
420 if ((mapDevice != null) && (Objects.equals(cachedDevice, mapDevice))) { in onProfileConnectionStateChanged()