History log of /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3f54d497235aebd98d5b8e8e0e52da92f838d657 07-Sep-2016 Hall Liu <hallliu@google.com> Fix more broken tests

Fix Analytics null pointer issue that was introduced by the
InCallService analytics change.

Mark flaky tests from CallLogManager so that they don't get run in
presubmit

Bug: 31041734
Change-Id: I974eaffaa938e37cf183bb551756b7bd2a9e7af1
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java
609992b6d222e54a74cc7e6af06173090103a28a 01-Sep-2016 Hall Liu <hallliu@google.com> Fix broken and flaky unit tests

Fix unit tests to make them pass consistently in order to enable
presubmit testing.

Bug: 31041734
Change-Id: I1eba7302ae740cb2a0284003d999fd3274941e38
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java
21991a7e6452a15e4f02a645b8333d5376d0a8e9 28-Jul-2016 Tyler Gunn <tgunn@google.com> Log calls which were rejected in call log appropriately.

The case for DisconnectCause.REJECTED was not being handled in the call
logging code. This is important when logging calls locally disconnected
(multiendpoint), and also for calls rejected locally.

Dialer already shows these appropriately in the call log as
"declined call".

Bug: 30474601
Bug: 28813047
Change-Id: Ieb68eed5806658ee975d90c7388e454ae86a0431
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java
982c0bd962bc7ed208d0e73380e90b0fdcdf01dc 14-Apr-2016 Ta-wei Yen <twyen@google.com> Persist missed call to call log before sending missed call notification

For dialer to show detailed information the call should exist in the call
log when the intent is received.

+ CallLogManager#logCall() now take a callback to be executed after the
log is written. The default callback for a missed call is to show
the missed call notification.
- MissedCallNotifierImpl no longer listen to onCallStateChanged().

Change-Id: I94080a4a95f214a10d8e479b40ca7c407d06e0f2
Fixes:27276201
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java
c6ab2cca08ff427174b790a0ed34ebb19b1ce9cd 08-Apr-2016 Brad Ebinger <breadley@google.com> Format the via_number before writing it to the calllog.

Format the via_number before writing it to the call log so that the
Dialer doesn't have to format the number every time it wants to use the
via number.

Change-Id: I103b9639a321bbd73e74f4dfda3e2e6814af8fcf
Fix: 28052897
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java
baf52ba1520ef528b65329c813389b8183150f3d 22-Mar-2016 Brad Ebinger <breadley@google.com> Record Call's Via Number in Call Extras to CallLog

Add a column to the CallLog Backup that records the secondary line
number that an incoming call has been received on. More specifically, a
call is assumed to be considered a "VIA number" if the call's incoming
line number does not match the number registered with the SIM card.

BUG: 25594198

Change-Id: I1bdc949fcee836945eec905b6a0afeec52b4ca29
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java
c6e42ef0465fe01b35bb3aa94fbcbc081e3b45ed 20-Feb-2016 Abhijith Shastry <ashastry@google.com> Add unit tests for send to voicemail, and number blocking.

BUG: 26682702

Change-Id: Id5cd03d48ac5022e15039e420ea5daeb91f0c623
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java
84b6c878ba75be8d4fee99af8da31a55ab50b99c 03-Feb-2016 Hall Liu <hallliu@google.com> Add test annotations for APCT

Change-Id: Ieadeb236eee778cce2b1da55274ec7e5a1969ea3
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java
c9bb95616469ae02cc43a57ea827b45261d49e26 23-Jan-2016 Hall Liu <hallliu@google.com> Fix CallLogManager tests

Fix test failures resulting from the shadow call log change

Bug: 26746699
Change-Id: I934eb8827f26d514f4bab4417f01e418e2a5f51e
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java
7a1f8239f7d22faef49c1f89de522e908e2e43f8 04-Dec-2015 Tyler Gunn <tgunn@google.com> Track and store call data usage in call log.

Respond to VideoProvider changeCallDataUsage callbacks and track the
most current call data usage in the Call. Use this when saving a new call
log entry.

Bug: 25668261
Change-Id: I1477b10dd9553ff3194e50f27d223d5eb24725bf
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java
98e6bdc795585b0d332a7eb86245926c8d80609a 25-Nov-2015 Tony Mak <tonymak@google.com> Update calllog insertion logic

Here are behaviors defined by Lilian, we may revisit the behavior later.

1. Calls using multi user PhoneAccount are inserted to all users
except managed profile.

2. Outgoing call placed through work dialer is inserted into managed profile
only.

3. Calls using non-multi user PhoneAccount should be only inserted to
that particular user.

Change-Id: I84f54afb3af38b931b71063608f38d265aa0417c
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java
ada0301a8190568d90adba04bd1f555b7894a0e1 26-Oct-2015 Hall Liu <hallliu@google.com> Added tests for CallLogManager

Change-Id: I831599355fa3fa32365f8a7e011b41e37c72c9ec
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/CallLogManagerTest.java