Searched defs:CONNECTION_STATE_DISCONNECTED (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java27 final static int CONNECTION_STATE_DISCONNECTED = 0; field in class:HeadsetHalConstants
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java337 case CONNECTION_STATE_DISCONNECTED:
401 onConnectionStateChanged(CONNECTION_STATE_DISCONNECTED,
439 case CONNECTION_STATE_DISCONNECTED:
681 case CONNECTION_STATE_DISCONNECTED:
1003 final static int CONNECTION_STATE_DISCONNECTED = 0; field in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java250 case CONNECTION_STATE_DISCONNECTED:
310 onConnectionStateChanged(CONNECTION_STATE_DISCONNECTED,
355 case CONNECTION_STATE_DISCONNECTED:
600 case CONNECTION_STATE_DISCONNECTED:
873 final static int CONNECTION_STATE_DISCONNECTED = 0; field in class:A2dpSinkStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java28 final static int CONNECTION_STATE_DISCONNECTED = 0; field in class:HeadsetClientHalConstants

Completed in 109 milliseconds