Commit Graph

7 Commits

Author SHA1 Message Date
Søren Gjesse 9e7364d60b Remove reference to class not present in the input
Test: Build for taimen
Change-Id: I58eb9553d74d33d44ab3f57f594d61073d747fb1
2018-07-04 14:05:48 +02:00
Tyler Gunn 87bec363bd Merge "Support enhanced call blocking function" am: b1445fde3c
am: fbaf3f5331

Change-Id: Ib434ebed2f9310947e585a8ba2a36e85fccfedb7
2018-03-09 01:28:02 +00:00
Ruijie Bai 20e4995f1b Support enhanced call blocking function
- Add settings about whether to accept or block an incoming call
from unidentified numbers by configuring the setting for each reason
(unregistered/private/pay phone/unknown).
- Show a notification when making an emergency call.

Bug: 28189985
Test: Manual
Change-Id: I00a51947e5b30be8192b08f0c07cb89c8736a75d
2018-03-08 02:13:34 +00:00
Tony Mantler 0f020eced0 Add proguard rules for lifecycle
Needed until package moves to aapt2

Bug: 69350851
Bug: 69257739
Test: None
Change-Id: I57c511fa521cbd28f5a621fe5dd444150af3d0f9
2017-11-29 15:03:51 -08:00
Brad Ebinger a3eccfee78 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
2016-10-19 13:44:00 -07:00
Ihab Awad 8de76915ea Further refactor Telecom and add tests
Complete refactoring Telecom to remove singletons from the core code.

Introduce a unit test that simulates a full outgoing phone call from
start to hangup.

Change-Id: I8b09cac6eb9b6aeeb0aeba5d8ae032b4c303c08d
2015-03-16 13:15:36 -07:00
Evan Charlton 6de1445a3e Fix the broken unit tests
PhoneAccountRegistrarTest is broken, and also non-functional. Get them
updated by fixing proguard (don't strip @VisibleForTesting things),
fixing the setup (need a real ConnectionService), and fixing the tests
themselves to test what PhoneAccountRegistrar does now.

Bug: 17620636
Change-Id: Ibd4d5a4104ff2158b0e7c01a41910f866b94196a
2014-09-23 09:51:03 -07:00