Home
last modified time | relevance | path

Searched refs:BluetoothManager (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DBluetoothManager.java19 public class BluetoothManager { class
20 public BluetoothManager() { in BluetoothManager() method in BluetoothManager
59 public void onBluetoothIndicationChange(boolean isConnected, BluetoothManager manager); in onBluetoothIndicationChange()
DPhoneGlobals.java148 private BluetoothManager bluetoothManager;
398 bluetoothManager = new BluetoothManager(); in onCreate()
496 /* package */ BluetoothManager getBluetoothManager() { in getBluetoothManager()
DCallNotifier.java117 private final BluetoothManager mBluetoothManager;
129 BluetoothManager bluetoothManager) { in init()
145 BluetoothManager bluetoothManager) { in CallNotifier()
DOtaUtils.java166 private final BluetoothManager mBluetoothManager;
212 public OtaUtils(Context context, boolean interactive, BluetoothManager bluetoothManager) { in OtaUtils()
DPhoneUtils.java256 final BluetoothManager btManager = app.getBluetoothManager(); in answerCall()
674 final BluetoothManager btManager = app.getBluetoothManager(); in placeCall()
2209 final BluetoothManager btManager = app.getBluetoothManager(); in activateSpeakerIfDocked()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioManager.java38 private final BluetoothManager mBluetoothManager;
52 mBluetoothManager = new BluetoothManager(context, this); in CallAudioManager()
248 void onBluetoothStateChange(BluetoothManager bluetoothManager) { in onBluetoothStateChange()
DBluetoothManager.java37 public class BluetoothManager { class
86 public BluetoothManager(Context context, CallAudioManager callAudioManager) { in BluetoothManager() method in BluetoothManager