History log of /frameworks/opt/telephony/src/java/android/telephony/CellBroadcastMessage.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
db2e012f5843255064f927f323bde20cdc2d7ef6 07-Oct-2015 Jack Yu <jackyu@google.com> Fixed that sometimes ETWS messages are not spoken.

Now we will use the language specified in ETWS/CMAS messages. If
the language is not specified in ETWS, or the device does not support
that language, we use Japanese for ETWS. If the language is not
specified in CMAS, or the device does not support that language, we
use device's default language for CMAS.

Also we found that sometimes ETWS primary and secondary messages come
back to back. Also there should not be any text in the primary message
so there is no point to play TTS for that. So we disable the TTS
for ETWS primary message and only let the secondary one played out.
Also change the TTS parameter from QUEUE_FLUSH (only flush the queue
from the same caller) to QUEUE_DESTROY (flush all queues from all
caller) since this is for emergency.

bug: 24341917

Change-Id: Ide58c9b8ee101bca0b3ab0699a4839bfc56eccbc
/frameworks/opt/telephony/src/java/android/telephony/CellBroadcastMessage.java
cfa612cdd84e44eb59ece6460d9db63ac72bee92 14-Jul-2015 Sanket Padawe <sanketpadawe@google.com> Add new API for acessing DB associated with Subscription.

Bug: 22360525
Change-Id: Ia51f38bab5327f77de4997cb4695959a5573048f
/frameworks/opt/telephony/src/java/android/telephony/CellBroadcastMessage.java
b237a11044ed842d2865ff8c8716befb06b6ca25 25-Oct-2014 Wink Saville <wink@google.com> Change subId to int from long

Change-Id: Idae6335e63e7b1e4e714bc17e71b1a4705e38474
/frameworks/opt/telephony/src/java/android/telephony/CellBroadcastMessage.java
a8467dd0c524787104b1ccdddc5e8af10ba729ed 13-Jun-2014 Wink Saville <wink@google.com> Merge kwd to master

Change-Id: Idb607c0aa32f80fe4fe1539aedea7a221e9e7f04
/frameworks/opt/telephony/src/java/android/telephony/CellBroadcastMessage.java
d34aceac4d82e00972663d0d97274428f0465dec 16-Apr-2013 Jake Hamby <jhamby@google.com> Enable CMAS alert tone and alert dialog for AMBER alerts.

The CMAS UI did not play the CMAS alert tone for AMBER alerts,
showing them as a regular notification instead. Carrier requirements
state that the CMAS alert tone should play for all CMAS alerts.
Remove the AMBER alert exception from
CellBroadcastMessage.isEmergencyAlertMessage().

Bug: 7417676
Change-Id: If24f6b4ebd4633f671beebbe7784b6cc012c358a
/frameworks/opt/telephony/src/java/android/telephony/CellBroadcastMessage.java
cbaa45bbf2cab852b6c9c3a887e9f803d4e857ea 23-Feb-2013 Wink Saville <wink@google.com> Clean up

- Add @Overrides where needed.
- Update javadoc comments
- Remove extra semi-colons
- Rename DataConnection.java to DataConnectionBase.java
- Rename GsmDataConnection.java to DataConnection.java
- Add defaults to switch statements
- Remove/fix most "if (false)" statements. Fixed by using a CONSTANT
- Fix hidden variables by hoisting to base class or renaming
- Tweak some debug output

Change-Id: If38de2fdeaacafbf40cdfd7f84dc5c52030ba2a3
/frameworks/opt/telephony/src/java/android/telephony/CellBroadcastMessage.java
0825495a331bb44df395a0cdb79fab85e68db5d5 12-Jul-2012 Wink Saville <wink@google.com> Create telephony-common

telephony-common was created by moving some of
frameworks/base/telephony
to:
frameworks/opt/telephony

Change-Id: I32cbb5eec1fa239c1587e055c8f7ef4fc48fb62c
/frameworks/opt/telephony/src/java/android/telephony/CellBroadcastMessage.java