Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
DBluetoothProfileMonitor.java31 /* package */ class BluetoothProfileMonitor { class
50 BluetoothProfileMonitor(@NonNull Context context, in BluetoothProfileMonitor() method in BluetoothProfileMonitor
110 synchronized (BluetoothProfileMonitor.this) { in onServiceConnected()
127 synchronized (BluetoothProfileMonitor.this) { in onServiceDisconnected()
DBluetoothDeviceRoutesManager.java86 private final BluetoothProfileMonitor mBluetoothProfileMonitor;
97 new BluetoothProfileMonitor(context, bluetoothAdapter), in BluetoothDeviceRoutesManager()
106 @NonNull BluetoothProfileMonitor bluetoothProfileMonitor, in BluetoothDeviceRoutesManager()