/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 148 (getConnectionState(mTargetDevice) == BluetoothProfile.STATE_CONNECTING)) { in doQuit() 151 BluetoothProfile.STATE_CONNECTING); in doQuit() 178 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage() 183 BluetoothProfile.STATE_CONNECTING); in processMessage() 229 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent() 304 BluetoothProfile.STATE_CONNECTING); in processMessage() 346 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 361 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 377 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 393 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() [all …]
|
D | A2dpService.java | 144 connectionState == BluetoothProfile.STATE_CONNECTING) { in connect() 157 connectionState != BluetoothProfile.STATE_CONNECTING) { in disconnect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 490 connectionState == BluetoothProfile.STATE_CONNECTING) { in connect() 503 connectionState != BluetoothProfile.STATE_CONNECTING) { in disconnect() 552 connectionState != BluetoothProfile.STATE_CONNECTING) { in startVoiceRecognition() 566 connectionState != BluetoothProfile.STATE_CONNECTING) { in stopVoiceRecognition() 620 connectionState != BluetoothProfile.STATE_CONNECTING) { in holdCall() 632 connectionState != BluetoothProfile.STATE_CONNECTING) { in acceptCall() 645 connectionState != BluetoothProfile.STATE_CONNECTING) { in rejectCall() 658 connectionState != BluetoothProfile.STATE_CONNECTING) { in terminateCall() 672 connectionState != BluetoothProfile.STATE_CONNECTING) { in enterPrivateMode() 686 connectionState != BluetoothProfile.STATE_CONNECTING) { in redial() [all …]
|
D | HeadsetClientStateMachine.java | 1352 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage() 1357 BluetoothProfile.STATE_CONNECTING); in processMessage() 1397 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent() 1496 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 1507 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 1538 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 1539 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent() 1591 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage() 1594 BluetoothProfile.STATE_CONNECTING); in processMessage() 2268 return BluetoothProfile.STATE_CONNECTING; in getConnectionState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStateMachine.java | 200 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage() 205 BluetoothProfile.STATE_CONNECTING); in processMessage() 254 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent() 329 BluetoothProfile.STATE_CONNECTING); in processMessage() 377 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 392 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 400 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 417 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 426 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 435 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() [all …]
|
D | A2dpSinkService.java | 125 connectionState == BluetoothProfile.STATE_CONNECTING) { in connect() 138 connectionState != BluetoothProfile.STATE_CONNECTING) { in disconnect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterProperties.java | 359 state == BluetoothProfile.STATE_CONNECTING || in validateProfileConnectionState() 373 case BluetoothProfile.STATE_CONNECTING: in convertToAdapterState() 374 return BluetoothAdapter.STATE_CONNECTING; in convertToAdapterState() 382 case BluetoothProfile.STATE_CONNECTING: in updateCountersAndCheckForConnectionStateChange() 396 case BluetoothProfile.STATE_CONNECTING: in updateCountersAndCheckForConnectionStateChange() 444 (newState == BluetoothProfile.STATE_CONNECTING && in updateProfileConnectionState() 453 currHashState == BluetoothProfile.STATE_CONNECTING) { in updateProfileConnectionState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 346 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage() 351 BluetoothProfile.STATE_CONNECTING); in processMessage() 411 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent() 496 BluetoothProfile.STATE_CONNECTING); in processMessage() 565 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 585 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 599 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 621 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 638 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() 651 BluetoothProfile.STATE_CONNECTING); in processConnectionEvent() [all …]
|
D | HeadsetService.java | 358 connectionState == BluetoothProfile.STATE_CONNECTING) { in connect() 371 connectionState != BluetoothProfile.STATE_CONNECTING) { in disconnect() 417 connectionState != BluetoothProfile.STATE_CONNECTING) { in startVoiceRecognition() 431 connectionState != BluetoothProfile.STATE_CONNECTING) { in stopVoiceRecognition() 509 connectionState != BluetoothProfile.STATE_CONNECTING) { in stopScoUsingVirtualVoiceCall()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothA2dpConnector.java | 54 BluetoothA2dp.STATE_CONNECTING); 56 BluetoothA2dp.STATE_CONNECTING); 62 if (previousState == BluetoothA2dp.STATE_CONNECTING) {
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 67 static final int STATE_CONNECTING = 5; field in BluetoothPeripheralHandover 327 mState = STATE_CONNECTING; in nextStepConnect() 360 case STATE_CONNECTING: in nextStepConnect() 427 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) { in handleIntent() 437 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) { in handleIntent() 447 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) { in handleIntent()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PbapPCEClient.java | 100 bluetoothConnectionState = BluetoothProfile.STATE_CONNECTING; in getConnectionState() 157 onConnectionStateChanged(mDevice, BluetoothProfile.STATE_CONNECTING, in onPbapClientConnected() 162 onConnectionStateChanged(mDevice, BluetoothProfile.STATE_CONNECTING, in onPbapClientConnected() 239 BluetoothProfile.STATE_CONNECTING); in handleConnect()
|
D | PbapClientService.java | 264 connectionState == BluetoothProfile.STATE_CONNECTING) { in connect()
|
/packages/services/Car/car-support-lib/src/android/support/car/ |
D | Car.java | 141 private static final int STATE_CONNECTING = 1; field in Car 292 mConnectionState = STATE_CONNECTING; in connect() 330 return mConnectionState == STATE_CONNECTING; in isConnecting()
|
/packages/services/Car/car-lib/src/android/car/ |
D | Car.java | 214 private static final int STATE_CONNECTING = 1; field in Car 355 mConnectionState = STATE_CONNECTING; in connect() 397 return mConnectionState == STATE_CONNECTING; in isConnecting()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallListAdapter.java | 115 case Call.STATE_CONNECTING: in getStateString()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | Utils.java | 49 case BluetoothProfile.STATE_CONNECTING: in getConnectionStateSummary()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | PanService.java | 143 handlePanDeviceStateChange(device, null, BluetoothProfile.STATE_CONNECTING, 373 return BluetoothProfile.STATE_CONNECTING; in convertHalState()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothManager.java | 98 bluetoothHeadsetState == BluetoothHeadset.STATE_CONNECTING);
|
D | ParcelableCallUtils.java | 155 state = android.telecom.Call.STATE_CONNECTING; in getParcelableState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
D | HealthService.java | 657 case BluetoothHealth.STATE_CONNECTING: in broadcastHealthDeviceStateChange() 722 return BluetoothHealth.STATE_CONNECTING; in convertState()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | Call.java | 586 case android.telecom.Call.STATE_CONNECTING: in translateState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidService.java | 672 return BluetoothProfile.STATE_CONNECTING; in convertHalState()
|