Searched refs:BluetoothManager (Results 1 – 8 of 8) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRoutePeripheralAdapter.java | 24 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 …]
|
D | TelecomSystem.java | 172 BluetoothManager bluetoothManager = new BluetoothManager(mContext, in TelecomSystem()
|
D | BluetoothManager.java | 39 public class BluetoothManager { class 150 public BluetoothManager(Context context, BluetoothAdapterProxy bluetoothAdapterProxy) { in BluetoothManager() method in BluetoothManager
|
D | CallAudioRouteStateMachine.java | 958 private final BluetoothManager mBluetoothManager; 976 BluetoothManager bluetoothManager, in CallAudioRouteStateMachine()
|
D | CallsManager.java | 177 private final BluetoothManager mBluetoothManager; 217 BluetoothManager bluetoothManager, in CallsManager()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothManagerTest.java | 30 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 …]
|
D | CallAudioRouteStateMachineTest.java | 27 import com.android.server.telecom.BluetoothManager; 109 @Mock BluetoothManager mockBluetoothManager;
|
/packages/apps/Settings/src/com/android/settings/ |
D | ResetNetworkConfirm.java | 20 import android.bluetooth.BluetoothManager; 97 BluetoothManager btManager = (BluetoothManager)
|