Home
last modified time | relevance | path

Searched defs:hiSyncId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidDeviceManager.java45 long hiSyncId = getHiSyncId(newDevice.getDevice()); in initHearingAidDeviceIfNeeded() local
62 final long hiSyncId = newDevice.getHiSyncId(); in setSubDeviceIfNeeded() local
76 private boolean isValidHiSyncId(long hiSyncId) { in isValidHiSyncId()
80 private CachedBluetoothDevice getCachedDevice(long hiSyncId) { in getCachedDevice()
111 void onHiSyncIdChanged(long hiSyncId) { in onHiSyncIdChanged()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DBluetoothMediaManager.java145 final long hiSyncId = hapProfile.getHiSyncId(device); in addConnectableHearingAidDevices() local