History log of /packages/services/Telephony/src/com/android/services/telephony/EmergencyTonePlayer.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7be4483666f925aae33a38969829c54f85f81034 07-May-2018 Tyler Gunn <tgunn@google.com> Ensure CDMA emergency tone/vibration respects ringer mode.

Where the CDMA emergency setting is set to "tone" mode, suppress the tone
when the ringer mode is VIBRATE or SILENT.
Where the CDMA emergency setting is set to "vibrate" mode, suppress the
vibration when the ringer mode is SILENT.

Test: Set emergency tone mode to "tone". Ensure tone is heard when phone
is in normal mode.
Test: Set emergency tone more to "vibrate". Ensure vibration happens
when phone is in normal or vibrate mode.
Bug: 79122864

Change-Id: I8f3b844f0f438e815201562991737d068d463aa7
/packages/services/Telephony/src/com/android/services/telephony/EmergencyTonePlayer.java
6d7556af9610541c38c1c312fdf42628843abdeb 01-Feb-2018 Tyler Gunn <tgunn@google.com> Ensure emergency call tone plays regardless of ringer volume.

Removing the volume check when determining whether to play the emergency
tone when dialing a CDMA emergency call. This ensures the tone plays even
in silent mode.

Test: Manual
Bug: 72458699
Change-Id: I86cee1a0421911770ab99bb65638f6217ec13d5e
/packages/services/Telephony/src/com/android/services/telephony/EmergencyTonePlayer.java
5c046727927b8cb766ad937bc89687fd1dfd1b4f 19-Sep-2014 Santos Cordon <santoscordon@google.com> Add support for Emergency Tone on outgoing Cdma Calls.

Move the old Emergency Ringback code from CallNotifier to new
EmergencyTonePlayer class and invoke that class from CdmaConnection.

*Also removes non-functional ringback code from old codebase.

Bug: 17452018
Change-Id: I92081ecc683f6b354eeca539ec7f170e7a5cec71
/packages/services/Telephony/src/com/android/services/telephony/EmergencyTonePlayer.java