History log of /packages/services/Telephony/src/com/android/phone/EmergencyCallHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3a2daabaaffe0e056ec930c248b00f1dbac98f8b 08-Nov-2013 Jake Hamby <jhamby@google.com> Fix EmergencyCallHelper to always use the current phone object.

EmergencyCallHelper could use the wrong phone object when called
on an encrypted device while it's changing from GSM to CDMA mode.
Remove local mPhone field and call mCM.getDefaultPhone() to get
the current phone object before each call.

Bug: 11561165
Change-Id: Ie6a23d78050f2dffbf92761e3ca0ee283e4192e3
/packages/services/Telephony/src/com/android/phone/EmergencyCallHelper.java
6fe8fd6b90be53f5f0a10f589ac320db07b71ba2 17-Sep-2013 Jay Shrauner <shrauner@google.com> Remove unused old UI code

Remove unused UI code copied over from apps/Phone that is no longer used.

Bug:10608890
Change-Id: I41a0bd01102df70aa9a28bfa24994eca05e3fc0c
/packages/services/Telephony/src/com/android/phone/EmergencyCallHelper.java
69a691914e9b013a7ff52c129d8466c152ed7239 22-Aug-2013 Santos Cordon <santoscordon@google.com> Fixing Google Voice to work with new incallui

We were not previously storing and sending the gateway information to
the UI. This change consolidates Call gateway functionality from
InCallUiState and PhoneUtils into a new class CallGatewayManager. It is
responsible for storing a mapping from the call's connection to the
gateway used to make that connection. It also adds gateway packagename
and number to the Call object sent to the UI so that it can show UI
appropriately.

bug: 10393622
Change-Id: Ic5a0b068475bcab60e8cc96470273e36005ccc2e
/packages/services/Telephony/src/com/android/phone/EmergencyCallHelper.java
7d4ddf6dc0d7c8158bac3a5dec7936e837e95bdd 10-Jul-2013 Santos Cordon <santoscordon@google.com> Blanket copy of PhoneApp to services/Telephony.

First phase of splitting out InCallUI from PhoneApp.

Change-Id: I237341c4ff00e96c677caa4580b251ef3432931b
/packages/services/Telephony/src/com/android/phone/EmergencyCallHelper.java