summaryrefslogtreecommitdiff
path: root/InCallUI/src/com/android/incallui/TelecomAdapter.java
AgeCommit message (Collapse)Author
2015-04-16Remove usage of Phone.java in InCallService APIs.Santos Cordon
Start using the direct methods of InCallService instead of using the Phone object. InCallService methods represent the public API which is what In-Call needs to compile against. Bug: 20160495 Change-Id: I223347e239e5d5954b6118c7ba5befdaea2932a0
2015-04-14Use proximity wake lock in InCallUIYorke Lee
Bug: 20160495 Change-Id: I821de3968e3dd825c2adc90a3339ee3ebec93e45
2015-04-09Remove unused reference for unbundlingJay Shrauner
Bug: Change-Id: If82e3e0c1941ea8a0d39d853e332c19ea6950bdb
2014-11-28Telecom API updates (3/6)Ihab Awad
Bug: 18292176 Change-Id: I5bcb1838a8423f15ebdf87c945ca91da460506f4
2014-11-07Make add-call a global property of telecom. (4/4)Santos Cordon
ADD_CALL didn't make sense as a property of Connection or Call. This changes it to be a global property instead. Bug: 18285352 Change-Id: If43b30c54a6e6438933b19b8e3e628c9c02d3960
2014-10-22InCallUI should report to Telecom when user sets default account via dialogNancy Chen
Modify the phoneAccountSelected method to support the option to set the selected phone account as the default for outgoing phone calls. Refactor InCallUI to support this feature. Bug: 18078232 Change-Id: I4d90a58c896f036020cc7e3ea63b0493976042a4
2014-09-18Add null check for calls in CallListYorke Lee
Bug: 17567272 Change-Id: I4e036aa4a586e372b6fa26775c84a4e15f5e5788
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: Ie5ae18f51baa5da2eb9793785ad0c9d83b6343d1