Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidDeviceManager.java67 long hiSyncId = getHiSyncId(newDevice.getDevice()); in initHearingAidDeviceIfNeeded() local
126 final long hiSyncId = newDevice.getHiSyncId(); in setSubDeviceIfNeeded() local
140 private boolean isValidHiSyncId(long hiSyncId) { in isValidHiSyncId()
144 private CachedBluetoothDevice getCachedDevice(long hiSyncId) { in getCachedDevice()
181 void onHiSyncIdChanged(long hiSyncId) { in onHiSyncIdChanged()
DHearingAidInfo.java67 private HearingAidInfo(int side, int mode, long hiSyncId) { in HearingAidInfo()
194 public Builder setHiSyncId(long hiSyncId) { in setHiSyncId()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHearingAidDeviceManagerTest.java549 private HearingAidInfo getLeftAshaHearingAidInfo(long hiSyncId) { in getLeftAshaHearingAidInfo()
556 private HearingAidInfo getRightAshaHearingAidInfo(long hiSyncId) { in getRightAshaHearingAidInfo()