History log of /packages/apps/Bluetooth/tests/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachineTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4c31193092e765e590ed7b45bb24540fe50120ce 31-Aug-2017 kai <kwangsudo@google.com> Bluetooth Unit Test

use Mockito to mock Adapterservice and adjust time zone

Bug: 64694242
Test: 1 runtest bluetooth
Change-Id: Ie1c1d47df2d3862eb63c660f6e2cd12afa97e724
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachineTest.java
98c5bfdf980d573042bec06588b7e6ddfc48d054 14-Dec-2016 Sanket Agarwal <sanketa@google.com> Multi HFP connection handling

The basic handling mechanism is to create multiple state machines for
each connection. We route the upper layer (application) and lower layer
(callbacks) appropriately depending on the BluetoothDevice.

The following are implemented:
-- StateMachine creation (garbage collection/deletion still needs work)
-- Device awareness in service to route the messages
-- Cleanup of code and creating a new class for handling native messages

You can do the following with this change:
-- Create multiple connections (simultaneously)
-- Tear down connections

Bug: b/33554547
Bug: b/30984220

Change-Id: If08f24f744b046a393e836c99fcf2288fd698cc2
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachineTest.java