Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHearingAidInfo.java34 DeviceSide.SIDE_LEFT,
42 int SIDE_LEFT = 0; field
132 return DeviceSide.SIDE_LEFT; in convertLeAudioLocationToInternalSide()
238 HearingAidProfile.DeviceSide.SIDE_LEFT, DeviceSide.SIDE_LEFT); in ASHA_DEVICE_SIDE_TO_INTERNAL_SIDE_MAPPING.put() argument
H A DHearingAidProfile.java47 DeviceSide.SIDE_LEFT,
54 int SIDE_LEFT = 0; field
H A DCachedBluetoothDevice.java1229 } else if (deviceSide == HearingAidInfo.DeviceSide.SIDE_LEFT) { in getConnectionSummary()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DHearingAidDeviceManagerTest.java475 assertThat(mCachedDevice2.getDeviceSide()).isEqualTo(HearingAidInfo.DeviceSide.SIDE_LEFT); in onProfileConnectionStateChanged_disconnected_mainDevice_subDeviceConnected_switch()
551 .setAshaDeviceSide(HearingAidInfo.DeviceSide.SIDE_LEFT) in getLeftAshaHearingAidInfo()
H A DCachedBluetoothDeviceTest.java1123 assertThat(mSubCachedDevice.getDeviceSide()).isEqualTo(HearingAidInfo.DeviceSide.SIDE_LEFT); in switchSubDeviceContent()
1248 .setAshaDeviceSide(HearingAidProfile.DeviceSide.SIDE_LEFT) in getLeftAshaHearingAidInfo()