Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRoutePeripheralAdapter.java49 case BluetoothManager.BLUETOOTH_DISCONNECTED: in onBluetoothStateChange()
61 case BluetoothManager.BLUETOOTH_DISCONNECTED: in onBluetoothStateChange()
74 case BluetoothManager.BLUETOOTH_DISCONNECTED: in onBluetoothStateChange()
DBluetoothManager.java41 public static final int BLUETOOTH_DISCONNECTED = 1; field in BluetoothManager
299 newState = BLUETOOTH_DISCONNECTED; in updateListenerOfBluetoothState()
343 mBluetoothState = BLUETOOTH_DISCONNECTED; in disconnectBluetoothAudio()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothManagerTest.java143 BluetoothManager.BLUETOOTH_DISCONNECTED); in testConnectServiceWhenUninitialized1()