/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 425 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair() 430 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair() 496 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect() 509 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect() 857 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices() 889 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices() 946 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in getHiSyncId_afterFirstDeviceConnected() 971 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in getHiSyncId_afterFirstDeviceConnected() 1032 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in connectDevice()
|
D | HearingAidStateMachineTest.java | 126 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject() 166 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpStackEvent.java | 37 static final int CONNECTION_STATE_CONNECTED = 2; field in A2dpStackEvent 90 case CONNECTION_STATE_CONNECTED: in eventTypeValueIntToString()
|
D | A2dpStateMachine.java | 239 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 339 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 431 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 543 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
|
D | A2dpService.java | 897 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in messageFromNative()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachineTest.java | 135 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject() 165 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept() 211 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingTimeout() 255 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testInBandRingtone() 353 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in setUpHfpClientConnection()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachineTest.java | 147 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject() 187 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept() 336 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testProcessCodecConfigEventCase()
|
D | A2dpServiceTest.java | 412 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testOutgoingConnectDisconnectSuccess() 478 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testMaxConnectDevices() 904 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in connectDeviceWithCodecStatus()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStateMachine.java | 216 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 312 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 398 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
|
D | HearingAidStackEvent.java | 35 static final int CONNECTION_STATE_CONNECTED = 2; field in HearingAidStackEvent
|
D | HearingAidService.java | 630 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in messageFromNative()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStateMachine.java | 182 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent() 226 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
|
D | StackEvent.java | 30 static final int CONNECTION_STATE_CONNECTED = 2; field in StackEvent
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 29 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetHalConstants
|
D | HeadsetStateMachine.java | 520 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 686 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 994 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
|
D | HeadsetService.java | 309 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in messageFromNative()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientHalConstants.java | 30 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 873 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 1028 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachineTest.java | 189 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in testStateTransition_DisconnectedToConnecting_StackConnected() 288 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in testStateTransition_ConnectingToConnected_StackSlcConnected() 1054 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in setUpConnectedState()
|
D | HeadsetServiceTest.java | 274 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mCurrentDevice); in testMessageFromNative_deviceConnected()
|
D | HeadsetServiceAndStateMachineTest.java | 1160 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, device); in connectTestDevice()
|