Searched defs:onConnectionStateChanged (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java237 private void onConnectionStateChanged(boolean connected, byte[] address) { method in class:AvrcpControllerService
240 Log.d(TAG, "onConnectionStateChanged " + connected + " " + device);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceListPreferenceFragment.java220 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { } method in class:DeviceListPreferenceFragment
H A DDockService.java940 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { } method in class:DockService.DockBluetoothCallback
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java295 onConnectionStateChanged(CONNECTION_STATE_DISCONNECTED,
742 private void onConnectionStateChanged(int state, byte[] address) { method in class:A2dpStateMachine
771 private void onConnectionStateChanged(BluetoothDevice device, int prevState, int state) { method in class:A2dpStateMachine.IntentBroadcastHandler
786 onConnectionStateChanged((BluetoothDevice) msg.obj, msg.arg1, msg.arg2);
H A DA2dpSinkStateMachine.java304 onConnectionStateChanged(CONNECTION_STATE_DISCONNECTED,
720 private void onConnectionStateChanged(int state, byte[] address) { method in class:A2dpSinkStateMachine
761 private void onConnectionStateChanged(BluetoothDevice device, int prevState, int state) { method in class:A2dpSinkStateMachine.IntentBroadcastHandler
777 onConnectionStateChanged((BluetoothDevice) msg.obj, msg.arg1, msg.arg2);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java484 onConnectionStateChanged(HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED,
1250 onConnectionStateChanged(HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED,
1612 onConnectionStateChanged(HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED,
3116 private void onConnectionStateChanged(int state, byte[] address) { method in class:HeadsetStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java2426 private void onConnectionStateChanged(int state, int peer_feat, int chld_feat, byte[] address) { method in class:HeadsetClientStateMachine

Completed in 1043 milliseconds