Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java203 long newHiSyncId = profileProxy.getHiSyncId(cachedDevice.getDevice()); in updateHearingAidsDevices() local
205 if (newHiSyncId != BluetoothHearingAid.HI_SYNC_ID_INVALID) { in updateHearingAidsDevices()
206 cachedDevice.setHiSyncId(newHiSyncId); in updateHearingAidsDevices()
207 syncIdChangedSet.add(newHiSyncId); in updateHearingAidsDevices()
DLocalBluetoothProfileManager.java369 long newHiSyncId = getHearingAidProfile().getHiSyncId(cachedDevice.getDevice()); in onReceiveInternal() local
371 if (newHiSyncId != BluetoothHearingAid.HI_SYNC_ID_INVALID) { in onReceiveInternal()
372 cachedDevice.setHiSyncId(newHiSyncId); in onReceiveInternal()
373 mDeviceManager.onHiSyncIdChanged(newHiSyncId); in onReceiveInternal()