Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
H A DBluetoothDeviceManager.java42 private final BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = field in BluetoothDeviceManager
128 bluetoothAdapter.getProfileProxy(context, mBluetoothProfileServiceListener, in BluetoothDeviceManager()
130 bluetoothAdapter.getProfileProxy(context, mBluetoothProfileServiceListener, in BluetoothDeviceManager()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java235 mBluetoothProfileServiceListener, BluetoothProfile.A2DP); in onSystemReady() local
237 mBluetoothProfileServiceListener, BluetoothProfile.HEARING_AID); in onSystemReady() local
630 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = field in BtHelper
861 mBluetoothProfileServiceListener, BluetoothProfile.HEADSET); in getBluetoothHeadset()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCallNotifier.java143 mBluetoothProfileServiceListener, in CallNotifier() local
758 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = field in CallNotifier
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarInputService.java212 private final BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = field in CarInputService
330 mBluetoothProfileServiceListener, BluetoothProfile.HEADSET_CLIENT); in init()
/aosp12/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