History log of /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
68d17c62b6bbd608cdd6668be5488836e7393909 12-Apr-2017 Brad Ebinger <breadley@google.com> Fixes Failing Telecom Tests and marks flaky ones

This change fixes the failing Telecom tests and marks the
inconsistently failing ones as @FlakyTest.

Test: Build and run Telecom Unit Tests
Change-Id: Ifc6b296f7acddc136d99f063094f3d30bc2f02d0
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java
d0fe76e8e74ac515cacc492fa2c783cf2247ac05 20-Mar-2017 Brad Ebinger <breadley@google.com> Fix Telecom Unit Tests
1) Add/Fix VideoProviderTests
2) Update tests to accommodate ContentProvider changes

Test: Telecom Unit Tests
Change-Id: I8ac65a4686937bfb3954f1d87ca8d1e4ee492644
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java
37585d6e3ec68b9f83e565888d53ef586a0867f3 09-Dec-2016 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Use updated IContentProvider interface."
7c9283261ad4fdbc5ebbb74257671388f9c758c7 07-Dec-2016 Hall Liu <hallliu@google.com> Use DefaultDialerCache in Telecom (part 2)

Use the DefaultDialerCache throughout Telecom whereever the value of the
default dialer for a particular user is accessed or modified. Also moves
the DefaultDialerManagerAdapter to DefaultDialerCache since
TelecomServiceImpl no longer directly uses it.

Test: Unit tests and manual tests as specified in design
Change-Id: I5d8f46b4a236e570528425b4010976ac837644ac
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java
079a50399eaacee17d269ac51472e35c52181c03 05-Dec-2016 Steve McKay <smckay@google.com> Use updated IContentProvider interface.

Test: compiles and passes when run locally.

Bug: 30927484
Change-Id: I8f5fcc62d8eafe3d1089d02dfe47ba9c94090dbe
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java
3037ac6f171b6a3627494bb10042ab7adb34366a 22-Sep-2016 Hall Liu <hallliu@google.com> Refactor and fix MissedCallNotifier

This change affects the behavior of the MissedCallNotifier on system
startup. Previously, MissedCallNotifierImpl created a new Call object
and used it to pull in contacts-related data. This created excessive
dependencies for MissedCallNotifierImpl, so it has been changed to use
CallerInfoLookupHelper.

Additionally, the at-boot notification has been broken for some time,
and this was due to the calls/contacts db not being ready when
TelecomSystem was initialized. This change also deferrs the missed call
lookup to when we receive ACTION_BOOT_COMPLETE.

Test: Added unit tests, tested manually on device
Change-Id: Ibf8ec41d8d18b5ed7943a9520242f15bf546bda7
Fix: 30796667
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java
6ab66c31dbd8373d777b0c680e47e5ef451d9d9c 16-Jul-2016 Brad Ebinger <breadley@google.com> Fix NPE in Call.setHandle

Fix a NPE in Call.setHandle that was occuring in MissedCallNotifierImpl,
when switching to second user.

Change-Id: I9d3fc394683f3000711fa05c09ea737e2f6c4553
Fix: 30170188
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java
a3799ae6aafba8ccd6448a7c4337acd3460b49f2 16-Mar-2016 Hall Liu <hallliu@google.com> Add even more test annotations

Bug: 26853070
Change-Id: I8c6a6cdf2164afe88cc1cca1b5ea402c304994b3
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java
4d34c5bc9ba32cb03c34fdb4186e084e85af79cf 23-Jan-2016 Sailesh Nepal <sail@google.com> Fix missed call notification tests

My changes to missed call notifications (ag/850080) caused tests to
fail due to TelecomManager not being found. This CL fixes those tests.

This CL also changes queryBroadcastReceivers to specify the given user
handle.

BUG: 22857261
Change-Id: I6f0a5a38b017b8fa32016fa5921d909c0fa61114
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java
a993094840386163e9c2aa65a05e14b49d122318 15-Jan-2016 Tony Mak <tonymak@google.com> Updated missed call notification behaviour

Change-Id: Id32110413fbb5fa4ae4c3478e70f54d211b78389

Missed call notification

1. If the phone account has multi user capability, the notification
is shown in current user.

2. If the phone account has no multi user capability, the notification
is shown in the user that owns the phone account of the call

3. Whenever user is switched, reload missed call from database and post
notifications if necessary.

Change-Id: Id32110413fbb5fa4ae4c3478e70f54d211b78389
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java
2c93c50e5be7d85b78c4af15aaa10e44f0bcdf3e 28-Oct-2015 Brad Ebinger <breadley@google.com> Revert "Move tests around to better organize Telecom"

This reverts commit f6655ee7f26e85aef274be7e8c95e317d9d4af7f.

Change-Id: Ia54fb6173de6425d5d9979b2498654764549ce19
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java
f6655ee7f26e85aef274be7e8c95e317d9d4af7f 26-Oct-2015 Brad Ebinger <breadley@google.com> Move tests around to better organize Telecom

In order to better organize the Telecom system, the tests have been moved into the Telecom package instead of a separate .test package.

Change-Id: I762372acc47c9bc4e671d8c66227eb272e20d88a
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/MissedCallNotifierImplTest.java
a33c44b34eaed1ec2dd5c87e00e2c0865971b7d1 20-Oct-2015 Hall Liu <hallliu@google.com> Add tests for MissedCallNotifierImpl

Refactored MissedCallNotifierImpl to be more test-friendly
and added unit tests for it.

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