/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStateMachine.java | 203 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent() 276 disconnectEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage() 308 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent() 363 disconnectEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage() 394 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent() 488 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
|
D | HearingAidStackEvent.java | 33 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HearingAidStackEvent
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 226 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent() 296 event.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage() 335 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent() 392 event.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage() 427 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent() 539 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
|
D | A2dpStackEvent.java | 35 static final int CONNECTION_STATE_DISCONNECTED = 0; field in A2dpStackEvent 86 case CONNECTION_STATE_DISCONNECTED: in eventTypeValueIntToString()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStateMachine.java | 185 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent() 229 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent() 271 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
|
D | StackEvent.java | 28 static final int CONNECTION_STATE_DISCONNECTED = 0; field in StackEvent
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachineTest.java | 237 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_ConnectingToDisconnected_StackDisconnected() 322 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_DisconnectingToDisconnected_StackDisconnected() 426 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_ConnectedToDisconnected_StackDisconnected() 550 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_AudioConnectingToDisconnected_StackDisconnected() 679 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_AudioOnToDisconnected_StackDisconnected() 817 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_AudioDisconnectingToDisconnected_StackDisconnected()
|
D | HeadsetServiceTest.java | 291 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mCurrentDevice); in testMessageFromNative_deviceConnected() 329 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mCurrentDevice); in testMessageFromNative_deviceDisconnectedUnknown()
|
D | HeadsetServiceAndStateMachineTest.java | 341 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, device); in testUnbondDevice_disconnectBeforeUnbond() 407 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, device); in testUnbondDevice_disconnectAfterUnbond()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 27 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HeadsetHalConstants
|
D | HeadsetStateMachine.java | 516 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent() 682 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent() 776 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent() 1004 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientHalConstants.java | 28 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 894 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent() 987 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent() 1439 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent() 1605 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 545 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect() 558 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 436 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in testOutgoingConnectDisconnectSuccess()
|