From e7d83218d752f677c859a6c88181d24dc36a8c83 Mon Sep 17 00:00:00 2001 From: linyuh Date: Thu, 26 Apr 2018 20:35:31 -0700 Subject: Show Cequint info in the new call log. Bug: 70989584 Test: PhoneLookupInfoConsolidatorTest PiperOrigin-RevId: 194494486 Change-Id: I706802c000da953f962786bd07ca5da2fd59dc8a --- .../dialer/calllog/database/contract/number_attributes.proto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'java/com/android/dialer/calllog') diff --git a/java/com/android/dialer/calllog/database/contract/number_attributes.proto b/java/com/android/dialer/calllog/database/contract/number_attributes.proto index f99693d4e..f42974d36 100644 --- a/java/com/android/dialer/calllog/database/contract/number_attributes.proto +++ b/java/com/android/dialer/calllog/database/contract/number_attributes.proto @@ -24,7 +24,7 @@ package com.android.dialer; import "java/com/android/dialer/logging/contact_source.proto"; // Information related to the phone number of the call. -// Next ID: 13 +// Next ID: 14 message NumberAttributes { // The name (which may be a person's name or business name, but not a number) // formatted exactly as it should appear to the user. If the user's locale or @@ -70,4 +70,8 @@ message NumberAttributes { // Whether the number can be reached via a carrier video call. optional bool can_support_carrier_video_call = 12; + + // Description of the number's geolocation (e.g., "Mountain View, CA"). + // This string is for display purpose only. + optional string geolocation = 13; } \ No newline at end of file -- cgit v1.2.3