Home
last modified time | relevance | path

Searched refs:getAudioLocation (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLeAudioProfile.java313 public int getAudioLocation(BluetoothDevice device) { in getAudioLocation() method in LeAudioProfile
317 return mService.getAudioLocation(device); in getAudioLocation()
DHearingAidDeviceManager.java420 int audioLocation = leAudioProfile.getAudioLocation(cachedDevice.getDevice()); in generateHearingAidInfo()
DLocalBluetoothProfileManager.java381 .setLeAudioLocation(getLeAudioProfile().getAudioLocation(device)) in onReceiveInternal()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHearingAidDeviceManagerTest.java259 when(mLeAudioProfile.getAudioLocation(mDevice1)).thenReturn(AUDIO_LOCATION_FRONT_LEFT); in initHearingAidDeviceIfNeeded_leAudio_validInfo_setHearingAidInfo()
282 when(mLeAudioProfile.getAudioLocation(mDevice1)).thenReturn(AUDIO_LOCATION_INVALID); in initHearingAidDeviceIfNeeded_leAudio_invalidInfo_notToSetHearingAidInfo()
492 when(mLeAudioProfile.getAudioLocation(mDevice1)).thenReturn(AUDIO_LOCATION_FRONT_LEFT); in updateHearingAidsDevices_leAudio_validInfo_setHearingAidInfo()
516 when(mLeAudioProfile.getAudioLocation(mDevice1)).thenReturn(AUDIO_LOCATION_INVALID); in updateHearingAidsDevices_leAudio_invalidInfo_notToSetHearingAidInfo()