diff options
author | linyuh <linyuh@google.com> | 2018-01-24 14:53:03 -0800 |
---|---|---|
committer | Copybara-Service <copybara-piper@google.com> | 2018-01-24 19:07:08 -0800 |
commit | 662830e85b188d0220a6faaa1736f824eadf24c7 (patch) | |
tree | 3d11abb9fb827f94a0e64cba00dd6287bd09b453 | |
parent | 42a0152d7228c7de68ea2eac3c562a144333327d (diff) |
Rename "ApdlInfo" as "SpamInfo" in proto PhoneLookupInfo.
Bug: 70989534
Test: Existing tests
PiperOrigin-RevId: 183145910
Change-Id: I60b0122fb236a7e7ee7b746867c40fefe0a3b487
-rw-r--r-- | java/com/android/dialer/phonelookup/phone_lookup_info.proto | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/com/android/dialer/phonelookup/phone_lookup_info.proto b/java/com/android/dialer/phonelookup/phone_lookup_info.proto index b5e73ccbe..800af8c78 100644 --- a/java/com/android/dialer/phonelookup/phone_lookup_info.proto +++ b/java/com/android/dialer/phonelookup/phone_lookup_info.proto @@ -81,11 +81,11 @@ message PhoneLookupInfo { // Cp2RemotePhoneLookup is responsible for populating this field. optional Cp2Info cp2_remote_info = 6; - // Message for APDL, a lookup for the proprietary Google dialer. - message ApdlInfo { + // Message for spam info. + message SpamInfo { optional bool is_spam = 1; } - optional ApdlInfo apdl_info = 2; + optional SpamInfo spam_info = 2; // Message for PeopleApi, including G+ contacts and nearby places message PeopleApiInfo { |