History log of /packages/services/Telephony/src/com/android/phone/settings/TtyModeListPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6a223fc70b3e949f3b4c3d53c9c3a291c29c0112 19-Apr-2016 Narayan Kamath <narayan@google.com> Tidy up uses of Integer.valueOf.

Use parseInt when the result is assigned to an int. Allocates fewer
objects.

bug: 28078871
Change-Id: Ibfe289b772678fddb22f043b555c7bb28b70e4fa
/packages/services/Telephony/src/com/android/phone/settings/TtyModeListPreference.java
6fee2cbd833f5c588036425d97c169d6d6c25ef8 10-Dec-2014 Andrew Lee <anwlee@google.com> Move TtyMode into its own ListPreference class.

This allows the class and behaviors to be reused in
CallFeaturesSetting and PhoneAccountSettingsActivity.

Adjust logic so that for MSIM devices, TTY appers in the
PhoneAccountSettingsFragment instead of CallFeaturesSetting.

Bug: 16844188
Change-Id: Ifcc70d674a59f0195b00155ca346f03677ade8d2
/packages/services/Telephony/src/com/android/phone/settings/TtyModeListPreference.java