Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java39 private final BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = field in BluetoothDeviceManager
117 bluetoothAdapter.getProfileProxy(context, mBluetoothProfileServiceListener, in BluetoothDeviceManager()
119 bluetoothAdapter.getProfileProxy(context, mBluetoothProfileServiceListener, in BluetoothDeviceManager()
/packages/services/Car/service/src/com/android/car/
DCarInputService.java229 private final BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = field in CarInputService
348 mContext, mBluetoothProfileServiceListener, BluetoothProfile.HEADSET_CLIENT); in init()
363 synchronized (mBluetoothProfileServiceListener) { in release()
533 synchronized (mBluetoothProfileServiceListener) { in launchBluetoothVoiceRecognition()
/packages/services/Telephony/src/com/android/phone/
DCallNotifier.java141 mBluetoothProfileServiceListener, in CallNotifier() local
752 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = field in CallNotifier