Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java281 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HearingAid)) { in updateLocalProfiles()
629 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HearingAid) && in updateProfiles()
/frameworks/base/core/java/android/bluetooth/
DBluetoothUuid.java82 public static final ParcelUuid HearingAid = field in BluetoothUuid
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java185 when(mAdapter.getUuids()).thenReturn(new ParcelUuid[]{BluetoothUuid.HearingAid}); in stateChangedHandler_receiveHAPConnectionStateChanged_shouldDispatchCallback()