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
3 files changed