68d1a6b0bd8840b74c61a94928610312c09b0486 |
|
19-Sep-2014 |
Santos Cordon <santoscordon@google.com> |
Move BluetoothPhoneService to telecom. BluetoothPhoneService needs to be in telecom to be aware of all types of calls. While in telephony, there's no way for it to know about third-party sourced calls. Additionally, conference calls for CDMA are no longer functional in the telephony layer and needs to move to telecom to support BT commands on CDMA calls. Bug: 17475562 Change-Id: I443431291a3b0120d92b52dba2acca17a4c0c983
/packages/services/Telecomm/src/com/android/server/telecom/TelecomApp.java
|
6f5c08d34fed66b8937bd5051372c1e9466b6095 |
|
24-Sep-2014 |
Nancy Chen <nancychen@google.com> |
Register TelecomBroadcastReceiver through AndroidManifest Moving broadcast receiver from AndroidManifest to TelecomApp caused the MissedCallNotifier to stop working, therefore restoring back to AndroidManifest. Bug: 17613424 Change-Id: I24e4c00655f1b8714fc7aed72b7ed27b0a436e83
/packages/services/Telecomm/src/com/android/server/telecom/TelecomApp.java
|
43541c16a52f1a6ba5639fbb525223699b2de389 |
|
19-Sep-2014 |
Santos Cordon <santoscordon@google.com> |
Only initialize Telecomm for the primary user. Bug: 17579886 Change-Id: Ie88229bddbe84ba3103a1c423b8d4504849d8a08
/packages/services/Telecomm/src/com/android/server/telecom/TelecomApp.java
|
91d43cf9c985cc5a83795f256ef5c46ebb8fbdc1 |
|
17-Sep-2014 |
Tyler Gunn <tgunn@google.com> |
Preparatory work to move Telecom to system service. - Removed use of TelecomApp.getInstance() as context. - Refactored singleton logic and initialization to support being performed from a SystemService. - Note: You will see some commented out references to "import com.android.internal.R"; these must uncommented when the code is moved to a system service. - You will also notice in PhoneAccountRegistrar.java a comment block with: "UNCOMMENT_FOR_MOVE_TO_SYSTEM_SERVICE" The code in that comment block will replace the existing file path code. These were added as a convenience so that I can run a simple sed script to make the required changes to the code in an automated manner once it is moved to its new location. Bug: 17364651 Change-Id: I8e80e9cffc481b688c10a2bca0b59f5ccf8e0fb2
/packages/services/Telecomm/src/com/android/server/telecom/TelecomApp.java
|
7cc70b4f0ad1064a4a0dce6056ad82b205887160 |
|
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: Ib7b20ba6348948afb391450b4eef8919261f3272
/packages/services/Telecomm/src/com/android/server/telecom/TelecomApp.java
|