From 31e83f3eb7e6ce06c7fb93b621f6086e7d5cd8c2 Mon Sep 17 00:00:00 2001 From: linyuh Date: Wed, 17 Jan 2018 10:39:26 -0800 Subject: Replace PhoneLookupSelector with PhoneLookupInfoConsolidator. PhoneLookupInfoConsolidator is designed for the following two purposes. (1) Different sub-messages in a PhoneLookupInfo proto can contain information for the same purpose. For example, all of cp2_local_info, cp2_remote_info, and people_api_info have the information for a contact's name. PhoneLookupInfoConsolidator defines the rules that determine which sub-message should be used to display the name in the UI. This is the same as PhoneLookupSelector. (2) Avoid mixing info from different sub-messages when we are supposed to stick with only one sub-message. For example, if a PhoneLookupInfo proto has both cp2_local_info and cp2_remote_info but only cp2_remote_info has a photo URI, PhoneLookupInfoConsolidator should return an *empty* photo URI as cp2_local_info has higher priority and we should not use cp2_remote_info's photo URI to display the contact's photo. This is what PhoneLookupSelector is unable to do. Bug: 71763594 Test: PhoneLookupInfoConsolidatorTest PiperOrigin-RevId: 182236013 Change-Id: If19cdc1a9e076f3ebc8f9e2901f050b519e273f2 --- .../phonelookup/consolidator/AndroidManifest.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 java/com/android/dialer/phonelookup/consolidator/AndroidManifest.xml (limited to 'java/com/android/dialer/phonelookup/consolidator/AndroidManifest.xml') diff --git a/java/com/android/dialer/phonelookup/consolidator/AndroidManifest.xml b/java/com/android/dialer/phonelookup/consolidator/AndroidManifest.xml new file mode 100644 index 000000000..98e07e574 --- /dev/null +++ b/java/com/android/dialer/phonelookup/consolidator/AndroidManifest.xml @@ -0,0 +1,18 @@ + + + -- cgit v1.2.3