Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRoutePeripheralAdapter.java24 DockManager.Listener, BluetoothManager.BluetoothStateListener {
27 private final BluetoothManager mBluetoothManager;
31 BluetoothManager bluetoothManager, in CallAudioRoutePeripheralAdapter()
49 case BluetoothManager.BLUETOOTH_DISCONNECTED: in onBluetoothStateChange()
50 case BluetoothManager.BLUETOOTH_UNINITIALIZED: in onBluetoothStateChange()
52 case BluetoothManager.BLUETOOTH_DEVICE_CONNECTED: in onBluetoothStateChange()
53 case BluetoothManager.BLUETOOTH_AUDIO_CONNECTED: in onBluetoothStateChange()
59 case BluetoothManager.BLUETOOTH_DEVICE_CONNECTED: in onBluetoothStateChange()
61 case BluetoothManager.BLUETOOTH_DISCONNECTED: in onBluetoothStateChange()
65 case BluetoothManager.BLUETOOTH_AUDIO_CONNECTED: in onBluetoothStateChange()
[all …]
DTelecomSystem.java172 BluetoothManager bluetoothManager = new BluetoothManager(mContext, in TelecomSystem()
DBluetoothManager.java39 public class BluetoothManager { class
150 public BluetoothManager(Context context, BluetoothAdapterProxy bluetoothAdapterProxy) { in BluetoothManager() method in BluetoothManager
DCallAudioRouteStateMachine.java958 private final BluetoothManager mBluetoothManager;
976 BluetoothManager bluetoothManager, in CallAudioRouteStateMachine()
DCallsManager.java177 private final BluetoothManager mBluetoothManager;
217 BluetoothManager bluetoothManager, in CallsManager()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothManagerTest.java30 import com.android.server.telecom.BluetoothManager;
45 @Mock BluetoothManager.BluetoothStateListener mListener;
49 BluetoothManager mBluetoothManager;
59 mBluetoothManager = new BluetoothManager(mContext, mAdapterProxy); in setUp()
142 verify(mListener).onBluetoothStateChange(BluetoothManager.BLUETOOTH_UNINITIALIZED, in testConnectServiceWhenUninitialized1()
143 BluetoothManager.BLUETOOTH_DISCONNECTED); in testConnectServiceWhenUninitialized1()
152 verify(mListener).onBluetoothStateChange(BluetoothManager.BLUETOOTH_UNINITIALIZED, in testConnectServiceWhenUninitialized2()
153 BluetoothManager.BLUETOOTH_DEVICE_CONNECTED); in testConnectServiceWhenUninitialized2()
162 verify(mListener).onBluetoothStateChange(BluetoothManager.BLUETOOTH_UNINITIALIZED, in testConnectServiceWhenUninitialized3()
163 BluetoothManager.BLUETOOTH_AUDIO_CONNECTED); in testConnectServiceWhenUninitialized3()
[all …]
DCallAudioRouteStateMachineTest.java27 import com.android.server.telecom.BluetoothManager;
109 @Mock BluetoothManager mockBluetoothManager;
/packages/apps/Settings/src/com/android/settings/
DResetNetworkConfirm.java20 import android.bluetooth.BluetoothManager;
97 BluetoothManager btManager = (BluetoothManager)