History log of /packages/services/Telephony/src/com/android/phone/settings/AccessibilitySettingsFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2b50d1d9a3d6d21154a9d7cf526673b5cd08e323 15-Nov-2016 Tyler Gunn <tgunn@google.com> Prevent modification of TTY setting while in video call or conf call.

Prevent the TTY mode from being changed while the device is in a video
call, downgraded video call, or a conference call.

Test: Manual testing.
Bug: 28512893
Change-Id: If7dfced29b6fb4503b73fdd3786ddcbbf8d9f788
/packages/services/Telephony/src/com/android/phone/settings/AccessibilitySettingsFragment.java
90773500b41fea38e928c46343d9aad41a8027a2 22-Oct-2015 Omkar Kolangade <omkark@codeaurora.org> IMS-VT: Disable TTY mode settings when in a video call

- Currently TTY mode is turned off when we are in a call
and if volte is enabled and tty mode for volte is supported
"carrier_volte_tty_supported_bool" which is set to true in
config manager defaults

- Add a check to see if video call is in progress on any phone
object then disable TTY mode settings

Bug: 27106636

Change-Id: Ie15585362f59d71d242d87e41b3c495e6508a85c
/packages/services/Telephony/src/com/android/phone/settings/AccessibilitySettingsFragment.java
08a208a8b03a30f388247d2b98ce636905077c96 24-Jun-2015 Junda Liu <junda@google.com> Read volte tty value from carrier config manager.

Bug: b/21878236
Change-Id: I512771bf77ed6f95c82c998a3f17c449b11534ca
/packages/services/Telephony/src/com/android/phone/settings/AccessibilitySettingsFragment.java
9431b838f89399db2278c0436bd2817322a45f74 10-Mar-2015 Andrew Lee <anwlee@google.com> Expose accessibility config on PhoneInterfaceManager.

+ Add methods to PhoneInterfaceManager, so that elsewhere in the
system applications can tell whether TTY mode or HAC are supported
by querying the TelephonyManager.
+ Updated some usages/exposure of configs in Telephony.
+ Some styling/capitalization fixes.

Bug: 19372734
Change-Id: I5e56d45156c5a89cf519e2d2dada5fc23ffdb639
/packages/services/Telephony/src/com/android/phone/settings/AccessibilitySettingsFragment.java
fb7f92eaad86b839bcd94d2814933a151f39a480 27-Feb-2015 Andrew Lee <anwlee@google.com> Add call accessibility activity.

This pulls accessibility settings (which are not SIM-dependent) from
CallFeaturesSettings to their own Activity.

+ Added Accessibility settings activity and fragment.
+ Moved logic from CallFeatureSettings to new activity.
+ Defined a new file for constants pertaining to settings.

Bug: 19372734
Change-Id: I12d03c6c97c4573641c075a856dcc68260a579b8
/packages/services/Telephony/src/com/android/phone/settings/AccessibilitySettingsFragment.java