b490d7375635d40de71fe9e4dfb07e89de3e9ad0 |
|
27-Oct-2014 |
Andrew Lee <anwlee@google.com> |
Extract VoicemailProviderSettings from CallFeaturesSetting. This private a class which can stand alone and does not need to be intertwined with CallFeaturesSetting. Ideally I would like to make it package visibility, but I don't want to move CallFeaturesSetting right now. + Add new VoicemailProviderSettings class. + Give it private member variables with get-ters. + Add relevant constants to it. + Rename FWD_SETTINGS_DONT_TOUCH to NO_FORWARDING. + Cleanup code formatting. + Rename a bunch of things from *VoiceMail* to *Voicemail*. + Logic and functionality should be unchanged. Bug: 17019623 Change-Id: Iffb948565407de13624f205d8383f2ec2eb5b906
/packages/services/Telephony/src/com/android/phone/settings/VoicemailProviderSettings.java
|