Home
last modified time | relevance | path

Searched refs:mBluetoothProfileServiceListener (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java193 mBluetoothProfileServiceListener, BluetoothProfile.A2DP); in onSystemReady() local
195 mBluetoothProfileServiceListener, BluetoothProfile.A2DP_SINK); in onSystemReady() local
197 mBluetoothProfileServiceListener, BluetoothProfile.HEARING_AID); in onSystemReady() local
199 mBluetoothProfileServiceListener, BluetoothProfile.LE_AUDIO); in onSystemReady() local
201 mBluetoothProfileServiceListener, BluetoothProfile.LE_AUDIO_BROADCAST); in onSystemReady() local
686 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = field in BtHelper
908 mBluetoothProfileServiceListener, BluetoothProfile.HEADSET); in getBluetoothHeadset()
/aosp14/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java158 btAdapter.getProfileProxy(this, mBluetoothProfileServiceListener, in onCreate()
655 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = field in ScoAudioTest