History log of /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/DirectToVoicemailCallFilter.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/src/com/android/server/telecom/callfiltering/DirectToVoicemailCallFilter.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/callfiltering/DirectToVoicemailCallFilter.java
6d4b66df3d918e3f17263ff40ca3ba0ec5a46719 02-Apr-2016 Hall Liu <hallliu@google.com> Incorporate parallel call blocking checks

Modify CallsManager to use the IncomingCallFilter class introduced in a
previous CL.
Modifies AsyncBlockCheckTask and CallScreening to implement CallFilter
and removes the logic in those classes that used to execute the filters
in series.
Added tests for block-check and call screening.
Added logging events to track how long each of the call filters take.

Change-Id: Iecd60463fe9ac6dbbd85d57ef6ae2bfccb94d967
Fix: 26883888
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/DirectToVoicemailCallFilter.java
67d34fa0524d10d5de190592c1f5f88c4dc31743 03-Mar-2016 Hall Liu <hallliu@google.com> Add classes/tests for parallel call-filtering lookup

Adds the IncomingCallFilter class, which serves as a controller for the
call-filtering operations. Also adds DirectToVoicemailCallFilter, which
is an implementation of the CallFilter interface defined in
IncomingCallFilter.

No changes are made to existing functionality. Those will be coming in
a future CL.

Bug: 26883888
Change-Id: Idf6662a9e71de60a87d1fc6b6b148fe9a2b12a8e
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/DirectToVoicemailCallFilter.java