History log of /packages/services/Telephony/src/com/android/services/telephony/DisconnectCauseUtil.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
483feb58d223acc3ab589214bd4714c52c971491 09-Dec-2014 Etan Cohen <etancohen@google.com> Replace exception on unknown DisconnectCause with UNKNOWN cause and message

Bug: 18681631
Change-Id: I99b6c049c0719d47c77c50743801ae2127ba4a86
/packages/services/Telephony/src/com/android/services/telephony/DisconnectCauseUtil.java
6a2bfed2a70c68e8aea054f7eb31d102d0ec898f 13-Nov-2014 Andrew Lee <anwlee@google.com> Update DisconnectCause conversion for IMS merges.

For the most part, we don't want to do anything at all if there is a
disconnect because of a successful merge.

Bug: 18291234
Change-Id: Ia528aba24b22397e76d36835ce6aa0afb1ba9d97
/packages/services/Telephony/src/com/android/services/telephony/DisconnectCauseUtil.java
c3840b2f0ff26cae980256caf48c103a64a3b89e 17-Sep-2014 Sailesh Nepal <sail@google.com> Add telephony disconnect cause to DisconnectCause.reason

Bug: 17535687
Bug: 17241433
Change-Id: I807a9a6f88a0b5c76f0e182cdf07c668146692d8
/packages/services/Telephony/src/com/android/services/telephony/DisconnectCauseUtil.java
92c9a12485bddda1195f0a5b92f7e3cdcf690de9 17-Sep-2014 Andrew Lee <anwlee@google.com> Fix Telephony to Telecom DisconnectCause mapping.

Also, alphabetized things to make them easier to find.

Bug: 17329632
Change-Id: Ib753c3dcf5554ad40cfbf97fce09ba22c318ba3e
/packages/services/Telephony/src/com/android/services/telephony/DisconnectCauseUtil.java
aef7a4bc4f85149de427d7506ebe97753b2ca6c2 12-Sep-2014 Andrew Lee <anwlee@google.com> Use newly added Telecomm DisconnectCase.

+ Add utility, DisconnectCauseUtil, to convert from telephony
DisconnectCauses to telecomm DisconnectCauses. For this, map
from specific disconnect causes into a more generic set which
the UI is concerned about. Provide user-localized strings or
tones for certain cases.
- The string conversion sucks a little because it covers both
strings which are intended to be show in the InCallUi (short)
and messages which are to be displayed to the user in a dialog
when there is some termination (long). =(
+ Where possibly, use this utility for converting error
messages as well.
- Not able to convert with message and tone for many of the
failure cases, because no context exists for obtaining the
message to display.

Bug: 17329632
Change-Id: I84ee358cc8e014f110bab4c0ae7c1cb02aeebdf6
/packages/services/Telephony/src/com/android/services/telephony/DisconnectCauseUtil.java