Home
last modified time | relevance | path

Searched refs:generateConnectionMessageFromNative (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
H A DHearingAidServiceTest.java598 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testCreateStateMachineStackEvents()
614 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTED, in testCreateStateMachineStackEvents()
665 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testDeleteStateMachineUnbondEvents()
676 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTED, in testDeleteStateMachineUnbondEvents()
728 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testDeleteStateMachineDisconnectEvents()
742 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testDeleteStateMachineDisconnectEvents()
776 generateConnectionMessageFromNative(mRightDevice, BluetoothProfile.STATE_CONNECTED, in testConnectionStateChangedActiveDevice()
781 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTED, in testConnectionStateChangedActiveDevice()
812 generateConnectionMessageFromNative(mRightDevice, BluetoothProfile.STATE_CONNECTED, in testConnectionStateChangedAnotherActiveDevice()
817 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTED, in testConnectionStateChangedAnotherActiveDevice()
[all …]
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
H A DLeAudioServiceTest.java488 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testCreateStateMachineStackEvents()
495 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_DISCONNECTED, in testCreateStateMachineStackEvents()
504 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTED, in testCreateStateMachineStackEvents()
511 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_DISCONNECTED, in testCreateStateMachineStackEvents()
555 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testDeleteStateMachineUnbondEvents()
566 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTED, in testDeleteStateMachineUnbondEvents()
588 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_DISCONNECTED, in testDeleteStateMachineUnbondEvents()
618 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testDeleteStateMachineDisconnectEvents()
625 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_DISCONNECTED, in testDeleteStateMachineDisconnectEvents()
632 generateConnectionMessageFromNative(mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testDeleteStateMachineDisconnectEvents()
[all …]
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpServiceTest.java514 generateConnectionMessageFromNative(mTestDevice, BluetoothProfile.STATE_CONNECTING, in testCreateStateMachineStackEvents()
521 generateConnectionMessageFromNative(mTestDevice, BluetoothProfile.STATE_DISCONNECTED, in testCreateStateMachineStackEvents()
530 generateConnectionMessageFromNative(mTestDevice, BluetoothProfile.STATE_CONNECTED, in testCreateStateMachineStackEvents()
537 generateConnectionMessageFromNative(mTestDevice, BluetoothProfile.STATE_DISCONNECTED, in testCreateStateMachineStackEvents()
607 generateConnectionMessageFromNative(mTestDevice, BluetoothProfile.STATE_CONNECTED, in testProcessAudioStateChangedCodecConfigChangedEvents()
634 generateConnectionMessageFromNative(mTestDevice, BluetoothProfile.STATE_DISCONNECTED, in testProcessAudioStateChangedCodecConfigChangedEvents()
657 generateConnectionMessageFromNative(mTestDevice, BluetoothProfile.STATE_CONNECTING, in testDeleteStateMachineUnbondEvents()
668 generateConnectionMessageFromNative(mTestDevice, BluetoothProfile.STATE_CONNECTED, in testDeleteStateMachineUnbondEvents()
690 generateConnectionMessageFromNative(mTestDevice, BluetoothProfile.STATE_DISCONNECTED, in testDeleteStateMachineUnbondEvents()
715 generateConnectionMessageFromNative(mTestDevice, BluetoothProfile.STATE_CONNECTING, in testDeleteStateMachineDisconnectEvents()
[all …]