History log of /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallerInfoLookupHelperTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/tests/src/com/android/server/telecom/tests/CallerInfoLookupHelperTest.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/tests/src/com/android/server/telecom/tests/CallerInfoLookupHelperTest.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/tests/src/com/android/server/telecom/tests/CallerInfoLookupHelperTest.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/tests/src/com/android/server/telecom/tests/CallerInfoLookupHelperTest.java