summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/media/MediaSessionRecord.java
Commit message (Expand)AuthorAgeFilesLines
* send volume button events to adjustSuggestedStream instead of adjustStreamRoboErik2014-09-051-4/+15
* Don't play a sound when adjusting volume while telephony is activeRoboErik2014-09-021-1/+1
* Update to MediaBrowser APIs per council feedbackRoboErik2014-08-281-6/+7
* Api updates to MediaSession componentsRoboErik2014-08-201-8/+9
* Remove incomplete media router API. (DO NOT MERGE)Jeff Brown2014-08-191-17/+0
* Merge "Pipe caller's identity through volume methods" into lmp-devRoboErik2014-08-131-8/+16
|\
| * Pipe caller's identity through volume methodsRoboErik2014-08-141-8/+16
* | Add an onSessionDestroyed callback to MediaController.CallbackRoboErik2014-08-131-0/+37
|/
* Remove sessions listeners that are disabledRoboErik2014-08-111-1/+7
* Add display metadata and change strings to CharSequencesRoboErik2014-08-051-3/+3
* Add getPackageName to MediaControllerRoboErik2014-07-251-13/+27
* Expose a way to set a PendingIntent for restarting playbackRoboErik2014-07-251-4/+9
* Finish plumbing for launch intents in sessionsRoboErik2014-07-251-0/+12
* Added Action to PlaybackStateGabriel Peal2014-07-231-4/+18
* Added QueueState, playUri, and playFromSearch.Gabriel Peal2014-07-231-9/+157
* Switch Session APIs over to AudioAttributesRoboErik2014-07-231-32/+35
* Change adjustVolumeBy to adjustVolumeRoboErik2014-07-161-26/+19
* Make PlaybackState immutable with a builderRoboErik2014-07-141-4/+7
* Initial draft of new MediaRouter APIs.Jeff Brown2014-07-141-0/+17
* Delete first draft of media routing APIs.Jeff Brown2014-07-141-295/+3
* Revert "Make PlaybackState immutable with a builder"Erik Pasternak2014-07-101-7/+4
* Make PlaybackState immutable with a builderRoboErik2014-07-101-4/+7
* Pipe volume keys to adjustVolume instead of sendMediaKeyEventRoboErik2014-07-101-23/+2
* clear calling identity when changing volumeRoboErik2014-06-271-2/+13
* b/15892295 If playback is active don't play a beepRoboErik2014-06-261-0/+3
* b/15729204 Pipe sessions through to VolumePanelRoboErik2014-06-251-14/+95
* Add volume handling APIs to sessionsRoboErik2014-06-201-16/+71
* Remove more dead audio service codeRoboErik2014-06-201-0/+11
* Remove some more old code and fix Media commandRoboErik2014-06-191-8/+39
* b/15330955 Make RemoteController use the new session APIsRoboErik2014-06-111-0/+5
* Add a way to get the package/pid of the sessionRoboErik2014-06-081-1/+7
* Minimum work to make volume handling work with sessionsRoboErik2014-05-301-2/+133
* API changes to sessionsRoboErik2014-05-291-17/+19
* Add 5s timeout to wakelockRoboErik2014-05-201-5/+5
* Rename session classes to have media prefix, hide routesRoboErik2014-05-161-16/+16
* Move media key processing to sessionsRoboErik2014-05-161-3/+7
* Add UserRecords to separate user interactionsRoboErik2014-05-141-12/+94
* Make sessions aware of user idRoboErik2014-05-081-6/+22
* Add a class for managing Session priorityRoboErik2014-05-061-21/+87
* Add APIs for creating a system priority session and getting controllersRoboErik2014-05-061-1/+36
* Add playback state and metadata to dumpRoboErik2014-05-011-0/+9
* Merge "Add Session API calls to RCC and AudioManager"RoboErik2014-05-011-1/+30
|\
| * Add Session API calls to RCC and AudioManagerRoboErik2014-05-011-1/+30
* | Add dump to MediaSessionServiceRoboErik2014-04-291-0/+22
|/
* Add RouteProviders to the new Media APIsRoboErik2014-04-171-52/+267
* Adds a TransportController and TransportPerformer to sessionRoboErik2014-03-121-49/+308
* Move Session apis to android.media.sessionRoboErik2014-02-251-4/+4
* Initial round of MediaSession APIsRoboErik2014-02-191-0/+200