summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecom/RemoteConnectionManager.java
AgeCommit message (Collapse)Author
2021-05-11Add error log of addConnetionService in RemoteConnectionManager.Grace Jia
There's UnsupportedOperationException in RemoteConnectionManager which means sometimes we can't find corresponding ConnectionService and we can't find the root cause of this. Try to print more log if there's RemoteException when we add ConnectionService. Bug: 175466894 Test: Manual test Change-Id: Ia34cf8777c17c3eb45476018125d9b92db391e28
2020-08-11Add adhoc conference APIs to RemoteConnection andGrace Jia
RemoteConnectionService. Plumb through the adhoc conference APIs via these new APIs. Bug: 159944852 Test: atest CtsTelecomTestCases:RemoteConnectionTest Change-Id: Icfa27e0616dd35ba350f7a491e5c95337a286b9d
2016-10-28Modify AIDLs to include Session.InfoBrad Ebinger
Modifies the IConnectionService.aidl file to include Session.Info information to pass from Telecom to Telephony, which is used to start external Sessions in Telephony from Telecom. Test: Manual testing and Unit Tests pass Bug: 26571395 Change-Id: Ia09a0abfa13d5167542d4c67465ea9aa1930b58b
2014-09-12Renaming Telecomm to Telecom.Tyler Gunn
- 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: I192cb5d189f55db012ea72ee82ccc5aedbc21638