summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/phonelookup/phone_lookup_info.proto
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/phonelookup/phone_lookup_info.proto')
-rw-r--r--java/com/android/dialer/phonelookup/phone_lookup_info.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/com/android/dialer/phonelookup/phone_lookup_info.proto b/java/com/android/dialer/phonelookup/phone_lookup_info.proto
index 75423b9ee..6662646aa 100644
--- a/java/com/android/dialer/phonelookup/phone_lookup_info.proto
+++ b/java/com/android/dialer/phonelookup/phone_lookup_info.proto
@@ -43,6 +43,12 @@ message PhoneLookupInfo {
//
// Empty if there is no CP2 contact information for the number.
repeated Cp2ContactInfo cp2_contact_info = 1;
+
+ // The information for this number is incomplete. This can happen when the
+ // call log is requested to be updated but there are many invalid numbers
+ // and the update cannot be performed efficiently. In this case, the call
+ // log needs to query for the CP2 information at render time.
+ optional bool is_incomplete = 2;
}
optional Cp2Info cp2_info = 1;