a3eccfee788c3ac3c831a443b085b141b39bb63d |
|
06-Oct-2016 |
Brad Ebinger <breadley@google.com> |
Switch to using android.telecom.Log in Telecom Sorry. CP from: https://android-review.googlesource.com/#/c/287332/ Test: Added unit tests for Log Sessions and Events. All other affected unit tests still pass. Bug: 26571395 Change-Id: I890d68d935cd554ba89042e99c155757697e1a37
/packages/services/Telecomm/src/com/android/server/telecom/CallerInfoLookupHelper.java
|
36b4ee2a5ee416b359f167604900c35ffe100ba2 |
|
06-Oct-2016 |
Hall Liu <hallliu@google.com> |
Add extra logging to CallerInfoLookupHelper Add extra logging to help diagnose timeout errors Bug: 31755827 Change-Id: I7eee9b0f946b03df059531b7e57757b5dc4c452f
/packages/services/Telecomm/src/com/android/server/telecom/CallerInfoLookupHelper.java
|
f2373e177b6e122b84dd1a22320629d0280de1c6 |
|
12-Sep-2016 |
Shigeru Murai <sharp_android_SA@list.sharp.co.jp> |
Fixed an issue in VoicemailCallFilter process timeouts. Fixed an issue in VoicemailCallFilter process always timeouts when a call incoming from anonymous number. Test: Added two unit tests and did manual testing Bug: 31353454 Bug: 29415740 Change-Id: I159745c25371996bb22108568b3b42ec37d358c9
/packages/services/Telecomm/src/com/android/server/telecom/CallerInfoLookupHelper.java
|
13a96cec066e0275cc07c7f8cafc57585c735833 |
|
07-Sep-2016 |
Brad Ebinger <breadley@google.com> |
Remove PII from CallerInfoLookupHandle Removes PII from certain CallerInfoLookupHandle log messages. Change-Id: I0a6ecb0bbd5c77fb2b265d78f9cfa3974637f706 Fixes: 31296057
/packages/services/Telecomm/src/com/android/server/telecom/CallerInfoLookupHelper.java
|
f5e066609d0acc7ff53752bd6b9e3f2634bd0746 |
|
26-Aug-2016 |
Brad Ebinger <breadley@google.com> |
Use the Telecom lock in Telecom.Runnable To prevent deadlocks in Telecom when using Session Runnables, we will now lock on the main Telecom Lock instead of an independent lock inside of Telecom. Bug: 31076766 Change-Id: I993d7f2e8b077f89daef72ce1ca7b7fad2ad8823
/packages/services/Telecomm/src/com/android/server/telecom/CallerInfoLookupHelper.java
|
465982730ff480ff3037cbc22c9dcae005346971 |
|
05-Apr-2016 |
Hall Liu <hallliu@google.com> |
Use global telecom lock for CallerInfoLookupHelper Previous implementation of a separate lock in CallerInfoLookupHelper caused deadlocks because completed queries re-entering Telecom would grab the CILH lock before the telecom lock, while outgoing queries would grab the telecom lock before the CILH lock. Change-Id: I50d94e7025d8b4b865edc5cbd73960c3703b2944 Fixes: 28007333
/packages/services/Telecomm/src/com/android/server/telecom/CallerInfoLookupHelper.java
|
5b70c1c2ef08f06bacd4156b266e8ce5b3ccdc07 |
|
04-Mar-2016 |
Hall Liu <hallliu@google.com> |
Move CallerInfo lookup into a utility class In preparation for parallelizing the three call-blocking lookup operations, move the caller info/contact photo lookup out of the call class. Bug: 26883888 Change-Id: I9e00b21a3c5ce5c725fa91ec229f104e7c65c81e
/packages/services/Telecomm/src/com/android/server/telecom/CallerInfoLookupHelper.java
|