History log of /packages/services/Telecomm/src/com/android/server/telecom/InCallAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8731faf3a1dcf888b894d4ad0faab97effab10bc 26-Mar-2015 Ihab Awad <ihab@google.com> Fix problem with AsyncQueryHandler

AsyncQueryHandler uses Looper.myLooper(), which does not work in our
case when invoked from an arbitrary thread. Changed so its ctor is
invoked on the main thread.

And various other similar problems.

Bug: 19941246
Change-Id: I324f09a5161e26593c0d24d5311a371d8971870d
/packages/services/Telecomm/src/com/android/server/telecom/InCallAdapter.java
8d5d9ddc66b55b6906364ab3c0e244dab4d58f13 12-Mar-2015 Ihab Awad <ihab@google.com> Make Telecom synchronous

Remove main-thread handlers and add a systemwide lock object.

Change-Id: I6334fdfa6c244836f6375bea302404f61c81301b
/packages/services/Telecomm/src/com/android/server/telecom/InCallAdapter.java
ac23e53289ad1d67a96632959c3ac512f12d2e39 21-Nov-2014 Yorke Lee <yorkelee@google.com> Fix bad merge in Telecom

Don't call postDialContinue twice as it messes up the state
machine in ImsPhoneConnection

Bug: 18371919
Change-Id: I417b39594053c62601ed9b58b8a910d956f5a370
/packages/services/Telecomm/src/com/android/server/telecom/InCallAdapter.java
f5e5d3ccf108c41e06983a582742b00d221b78b7 22-Oct-2014 Nancy Chen <nancychen@google.com> Add an option to set the selected phone account as the default. (2/3)

Modify the phoneAccountSelected method to support the option to set the
selected phone account as the default for outgoing phone calls.

Bug: 18078232
Change-Id: I1c0e1ba9ef7d886d890d86825eb53bc0ba8483d1
/packages/services/Telecomm/src/com/android/server/telecom/InCallAdapter.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/InCallAdapter.java