summaryrefslogtreecommitdiffstats
path: root/tests/OneMedia/src
Commit message (Collapse)AuthorAgeFilesLines
* Add RouteProviders to the new Media APIsRoboErik2014-04-1714-60/+465
| | | | | | | | | | Compiles and works with OneMedia. This currently is a rough test of the system for finding, connecting to, and sending messages to routes. This will just connect to the first route it finds when a request to open the route picker is made (and disconnect when another request is made). Change-Id: I5de5521a079471b9e02664be4654c0591dfd9a6d
* Adds a TransportController and TransportPerformer to sessionRoboErik2014-03-126-50/+286
| | | | | | | | | This makes transport controls a primitive interface on sessions with a way to create the performer, register callbacks, and send commands and updates between controllers and performers. This still needs some cleanup but has been tested with OneMedia. Change-Id: I373d35f7ccc383b8421bd14044457467d80425f3
* Move Session apis to android.media.sessionRoboErik2014-02-255-11/+11
| | | | | | | This is to make it easier to distinguish the new apis from the old ones. Change-Id: Ic5eaf65e8bd054a844f87b9118c4bb18f30ac8a7
* Initial commit for MediaSession test appRoboErik2014-02-1914-0/+1669
This app creates a service and UI in separate processes and uses the new MediaSession APIs. This is still a rough work in progress. Change-Id: I9692c95bf2fdbee7255da86dff59044c893e3a1f