/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpStackEvent.java | 36 static final int CONNECTION_STATE_CONNECTING = 1; field in A2dpStackEvent 88 case CONNECTION_STATE_CONNECTING: in eventTypeValueIntToString()
|
D | A2dpStateMachine.java | 229 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 342 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 441 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 546 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
D | A2dpService.java | 898 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStateMachine.java | 206 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 315 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 408 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
D | HearingAidStackEvent.java | 34 static final int CONNECTION_STATE_CONNECTING = 1; field in HearingAidStackEvent
|
D | HearingAidService.java | 631 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStateMachineTest.java | 148 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept() 235 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachineTest.java | 169 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept() 255 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 28 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetHalConstants
|
D | HeadsetStateMachine.java | 521 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 693 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
D | HeadsetService.java | 310 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: { in messageFromNative()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientHalConstants.java | 29 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 893 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 1041 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | StackEvent.java | 29 static final int CONNECTION_STATE_CONNECTING = 1; field in StackEvent
|
D | A2dpSinkStateMachine.java | 171 case StackEvent.CONNECTION_STATE_CONNECTING: in processStackEvent()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachineTest.java | 206 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mTestDevice)); in testStateTransition_DisconnectedToConnecting_StackConnecting() 277 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mTestDevice)); in testStateTransition_ConnectingToConnected_StackSlcConnected()
|
D | HeadsetServiceTest.java | 311 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mCurrentDevice); in testMessageFromNative_deviceConnectingUnknown()
|