History log of /packages/services/Telephony/src/com/android/phone/vvm/omtp/OmtpConstants.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
711331c86bc55ff27cd132a6df7ad50c3dcd82b5 14-May-2015 Nancy Chen <nancychen@google.com> Add a value for the "ct" parameter for outgoing vvm sms messages.

The "ct" parameter has guidelines for certain carriers for what it
should contain. Make sure to provide it on outgoing texts.

Bug: 21126480
Change-Id: Icafff5679ae852308ce53fcb66c7585acefb1b66
/packages/services/Telephony/src/com/android/phone/vvm/omtp/OmtpConstants.java
7ab73ace1a04f8feffc6fa8d271148dd930f197f 18-Feb-2015 Nancy Chen <nancychen@google.com> Receive SYNC and STATUS SMS text messages.

These classes are adopted from the voicemail-example-for-android
voicemail source implementation with these notable differences:
skipping the interface classes, omitting OmtpSmsHandler, returning "null"
instead of throwing an exception, excluding constants that are not being used.
* Message receiver: receives SMS messages and sends to the parser
* Message parser: extracts fields and inserts into a wrapper, then create
StatusMessage and SyncMessage from the fields in the wrapper
* StatusMessage: an object containing the values of a status message
* SyncMessage: an object containing the values of a sync message

Bug:19236241

Change-Id: Ifb2dea832f5e5634fc301e9eb238650770b009e2
/packages/services/Telephony/src/com/android/phone/vvm/omtp/OmtpConstants.java
4650c732c4d7d270e076e2eb7023ca64e499fae6 18-Feb-2015 Nancy Chen <nancychen@google.com> Set up framework for sending OMTP visual voicemail SMS messages.

These classes are largely copied from the voicemail-example-for-android
voicemail source implementation. With these changes:

* Omit constants not necessary for MO sms messages for now so this
commit is focused on outgoing sms messages
* Convert Enums to string constants
* Remove the constructor involving the provider config; provider
configuration values are not ready yet
* Remove the parameter "accountStore" for the same reason as above
* Change "logger" to "log"
* Rename "Omtp" to "OmtpConstants"

Bug:19236241
Change-Id: I9304cb2ea160c80cdd7a226d84ecf54e4ddc4929
/packages/services/Telephony/src/com/android/phone/vvm/omtp/OmtpConstants.java