Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 662830e8 authored by linyuh's avatar linyuh Committed by Copybara-Service
Browse files

Rename "ApdlInfo" as "SpamInfo" in proto PhoneLookupInfo.

Bug: 70989534
Test: Existing tests
PiperOrigin-RevId: 183145910
Change-Id: I60b0122fb236a7e7ee7b746867c40fefe0a3b487
parent 42a0152d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 {