History log of /packages/apps/Contacts/src/com/android/contacts/CallUtil.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8e6856b89d5708b3d20d4f9b12017c15303b5f82 13-Jun-2017 Gary Mai <garymai@google.com> Read carrier and device config for enabling Duo

Test: Manually verified:
* Duo fallback is enabled for Pixel running OPD1.170608.001
* Duo fallback is disabled for Nexus 5X running OPP3.170518.004

Bug: 37773868
Change-Id: I8b165566bf9cfe79ae8039cd8d2ec6eff9148376
/packages/apps/Contacts/src/com/android/contacts/CallUtil.java
18417a4f13cd231a5076043d10d1c89b8303ada6 04-May-2017 yaolu <yaolu@google.com> Start Dialer directly when calling an emergency number

Bug: 37495725
Test: Manually followed the repro steps on Pixel with O seeing Dial pad
show up after calling an emergency number in Contacts app without the
blank Incall UI, on nexus 5 with L see behavior is the same.

Change-Id: Ie6855b5a58105d551d71c351596fefe76570ae7b
/packages/apps/Contacts/src/com/android/contacts/CallUtil.java
969c595dd845afa5f3b13d4e50c9d9a2165aac83 20-Dec-2016 Wenyi Wang <wenyiw@google.com> Guard against SecurityException in QuickContact

* Also removed some unused methods
* Now, all calls to getCallCapablePhoneAccounts() have been wrapped
with a try-catch block.

Bug: 31304557

Test: throw a SecurityException manually and verify QuickContact works

Change-Id: I315b227e9537492ae9235784f0ad576e90db7714
/packages/apps/Contacts/src/com/android/contacts/CallUtil.java
0a49afa2ad697307cc04ef4cb86570574fa720f2 06-Dec-2016 Gary Mai <garymai@google.com> Collapse common package (2/2)

Ran optimize imports on the project as well to re-order everything
which would have changed because of removing common.

Test: Built GoogleContacts, GoogleContactsTests, Contacts,
ContactsTests and ran unit tests.

Bug: 33252370
Change-Id: I881f0ba8b8fef002b6eeefa9a16b34f15b2fd2a9
/packages/apps/Contacts/src/com/android/contacts/CallUtil.java