4d45d1cf58a2003378fd35912d6d73a00001bf06 |
|
13-Sep-2014 |
Tyler Gunn <tgunn@google.com> |
Renaming Telecomm to Telecom. - Changing package from android.telecomm to android.telecom - Changing package from com.android.telecomm to com.android.server.telecomm. - Renaming TelecommManager to TelecomManager. Bug: 17364651 Change-Id: Ic33bafd37200e65431543a9889aed549dbb04831
/packages/services/Telephony/src/com/android/phone/CallGatewayManager.java
|
137458b4bf3516941483e59c123c22cbee27ed43 |
|
05-Sep-2014 |
Jay Shrauner <shrauner@google.com> |
Use framework scheme definitions Use PhoneAccount defined values for SCHEME_{TEL, SIP, VOICEMAIL}. Bug:17398074 Change-Id: I36adb16f659daef89957072f9e00d08ea2cb8e9e
/packages/services/Telephony/src/com/android/phone/CallGatewayManager.java
|
23d9ed758fbe78e4afd4067e6845bcaf3387bca7 |
|
03-Jul-2014 |
Sailesh Nepal <sail@google.com> |
Remove Call from telephony.common This API is no longer used. Change-Id: I979480633f4a9eb649585968e984eaad1e57973d
/packages/services/Telephony/src/com/android/phone/CallGatewayManager.java
|
21a7534fa69c1cc10809ae33fa0bfa84c5ac1309 |
|
26-Nov-2013 |
Jay Shrauner <shrauner@google.com> |
Don't display gateway number on bluetooth Display actual contact phone number instead of the Google voice gateway number when there is a bluetooth connection with eg a car display. Bug:11881222 Change-Id: I1a5b9d3dee4a490905e6e4b52745972fd63d81a1
/packages/services/Telephony/src/com/android/phone/CallGatewayManager.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/CallGatewayManager.java
|