History log of /packages/apps/Dialer/tests/src/com/android/dialer/database/DatabaseTestUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a46ed83a7ccba16bbfd791a3a6588d5f0add9526 31-Mar-2016 Brad Ebinger <breadley@google.com> Add via number to CallLog Account entry

Call Log now provides the phone number that an incoming call was
received on if that number is different than the SIM subscription
number. This "via number" is appended to the Phone Account of the Call
Log entry in Dialer if it exists.

Screenshots:
- One PhoneAccount: http://screen/HuCSL0U6jU6.png
- Multiple PhoneAccounts: http://screen/pDg8F9zpMei.png

Bug: 25594198
Change-Id: I8c05ea98409e54d20493fbdb20096bf851480719
/packages/apps/Dialer/tests/src/com/android/dialer/database/DatabaseTestUtils.java
b31f5d16deb442c7aae2fe232f4799948dd7195d 18-Dec-2015 Tyler Gunn <tgunn@google.com> Support carrier presence-based video calling icon.

- Update SmartDial database to track carrier presence.
- Add video call style elements to dialer stylesheet.
- Tore out hair in frustration tracing through code.
- Add listeners to allow dialing of video calls from search results.

Bug: 20257833
Change-Id: I476cccb8c2805ae6f9949366fc5c2ce2669b7734
/packages/apps/Dialer/tests/src/com/android/dialer/database/DatabaseTestUtils.java
a1ef1b61271173a0b424bf4b9452172c2784224a 17-Sep-2015 Yorke Lee <yorkelee@google.com> Fix for inconsistent smart dial database

The issue was caused by a contact's phone number being removed,
but not the entire contact. Since we currently determine a list
of contacts to be updated by querying for a list of all updated
phone numbers, this would incorrectly exclude the aforementioned
modified contact.

* Use the Contact URI instead of the Phone URI when doing this query
to fix the problem

* Add tests for DialerDatabaseHelper update behavior

* Refactor small portions of DialerDatabaseHelper to facilitate
testing

Bug: 24053247
Change-Id: I18a7706ebbfd39fd686dc84bdbb842cc9e9b5e20
/packages/apps/Dialer/tests/src/com/android/dialer/database/DatabaseTestUtils.java