summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/media/RingtonePlayer.java
Commit message (Expand)AuthorAgeFilesLines
* Make CoreStartable an Interface.Dave Mankoff2022-10-131-2/+3
* Fix to allow setting URI without recreating ringtoneEdgar Arriaga2022-09-091-1/+2
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-2/+1
* Remove config_systemUIServiceComponents from SystemUI.Dave Mankoff2022-02-091-0/+5
* Rename SystemUI class to CoreStartableDave Mankoff2021-11-091-2/+2
* Add interface to enable HapticGenerator for Ringtone.jiabin2021-02-101-1/+3
* Pass context into the constructor of SystemUI objects.Dave Mankoff2019-10-101-0/+4
* Make remote player support ramping ringerYiwen Chen2019-02-111-2/+15
* Fixes import ordering.Gus Prevas2018-11-141-2/+0
* Ask RingtonePlayer to open data for caching.Jeff Sharkey2016-03-051-0/+35
* Cleanup OWNER references.Xiaohui Chen2015-09-231-1/+1
* Fix to check the incoming userid argument for RingtonePlayerSungmin Choi2015-08-131-1/+3
* Use RingtonePlayer to get ringtone titleTodd Kennedy2015-07-201-0/+7
* Ringtone: add support for volume control and loopingJean-Michel Trivi2015-07-061-1/+17
* Add support for AudioAttributes in android.media.RingtoneJean-Michel Trivi2014-08-121-6/+7
* Migrate systemui Slog calls to LogJohn Spurlock2013-06-061-8/+8
* Remove a few non-public dependencies.John Spurlock2013-06-061-2/+1
* Multi-user ringtone playback.Jeff Sharkey2012-09-261-7/+23
* Disable verbose RingtonePlayer debugging.Jeff Sharkey2012-05-151-1/+1
* Migrate ringtone playback to SystemUI.Jeff Sharkey2012-04-271-0/+164