History log of /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerStateMachine.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e5df60ac54d1d5d868f6fb674bc493fec144305f 08-Feb-2017 Sanket Agarwal <sanketa@google.com> Abort fetching items if remote sends us an error

Currently most of errors from stack for GetFolderItems response come
back in form of a empty response list. Since we keep looping to get more
items, we often get stuck in a loop. Aborting is the right thing to do
here

Bug: b/35152188
Test: Try browsing over a folder which returns an error (not Out of
range) when trying to browse

Change-Id: I69bb90da71c55d46c04eaeab5a78026f22be9e02
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerStateMachine.java
609f94bb870727471a8c571ede2aa8cbbaf70f76 12-Oct-2016 Sanket Agarwal <sanketa@google.com> Now Playing List gets stuck in a loop

We are incorrectly setting the status of the Now Playing List folder to
uncached which makes it fetch the folder in a loop if there is possible
pagination going on

Bug: b/32051433
Change-Id: Ibcd26731c7ed4ac24d816c2f4529970e3a2f29cd
(cherry picked from commit ffded42f4a30a399738f23a4d36068e484fea8cb)
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerStateMachine.java
ea14e69d8b1c7293869c0e4ae9180f36149a95b7 22-Sep-2016 Sanket Agarwal <sanketa@google.com> AVRCP CT: Add getPlayStatus API

- Required for PTS test case TC_CT_MDI_BV_01_C

Bug: b/31684931
Change-Id: Ieef8b408657931505f02b9ea408d9658ecb4a3e3
(cherry picked from commit 6eeb548cd2d00695c3492496b32780cda9e34795)
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerStateMachine.java
a7c3906cd449598a2960f9574a79edbadb96f034 16-Sep-2016 Sanket Agarwal <sanketa@google.com> Implement set addressed player functionality.

Bug: b/31554234

Change-Id: Ibe1170bae58e3a3d68dc942b998ca2deee3b27f8
(cherry picked from commit f178c8072f4478a8773fcda5759d825f0b41efd2)
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerStateMachine.java
8e509db28e65be858598365b3ad25d08532a32f9 26-Aug-2016 Sanket Agarwal <sanketa@google.com> Implement non-blocking pagination for a long song list.

Bug: b/31253501

Change-Id: I39f7ba180a33729301618db8191821ad2745917f
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerStateMachine.java
2df89213f063ef9d38f1531253299f80fdb0739d 10-Sep-2016 Sanket Agarwal <sanketa@google.com> AVRCP 1.6 CT implementation

Bug: b/28791287
Change-Id: Ie4cb76b301bb3f36a750658fb86caa0def1eb503
(cherry picked from commit 4b491c2c874395c436949183bcbd84ebb2493131)
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerStateMachine.java