package com.android.dialer.phonelookup

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message PhoneLookupInfo

phone_lookup_info.proto:17

Contains information about a phone number, possibly from many sources. This message is organized into sub-message fields where each one corresponds to an implementation of PhoneLookup. For example, field "cp2_info_in_default_directory" corresponds to class Cp2DefaultDirectoryPhoneLookup, and class Cp2DefaultDirectoryPhoneLookup alone is responsible for populating it. Next ID: 11

enum PhoneLookupInfo.BlockedState

phone_lookup_info.proto:145

Whether a number is blocked or not. Used by both the system block list and dialer fallback

Used in: SystemBlockedNumberInfo

message PhoneLookupInfo.CequintInfo

phone_lookup_info.proto:168

Information obtained via Cequint Next ID: 4

Used in: PhoneLookupInfo

message PhoneLookupInfo.CnapInfo

phone_lookup_info.proto:161

Information obtained via CNAP (https://en.wikipedia.org/wiki/Calling_Name_Presentation) Next ID: 2

Used in: PhoneLookupInfo

message PhoneLookupInfo.Cp2Info

phone_lookup_info.proto:19

Information about a PhoneNumber retrieved from CP2.

Used in: PhoneLookupInfo

message PhoneLookupInfo.Cp2Info.Cp2ContactInfo

phone_lookup_info.proto:22

Information about a single contact. Next ID: 9

Used in: Cp2Info

message PhoneLookupInfo.EmergencyInfo

phone_lookup_info.proto:180

Message indicating whether a number is an emergency number. Next ID: 2

Used in: PhoneLookupInfo

message PhoneLookupInfo.MigratedInfo

phone_lookup_info.proto:186

Information cached in the old calllog

Used in: PhoneLookupInfo

message PhoneLookupInfo.PeopleApiInfo

phone_lookup_info.proto:107

Message for PeopleApi, including G+ contacts and nearby places

Used in: PhoneLookupInfo

enum PhoneLookupInfo.PeopleApiInfo.InfoType

phone_lookup_info.proto:127

Used in: PeopleApiInfo

message PhoneLookupInfo.SpamInfo

phone_lookup_info.proto:101

Message for spam info. SpamPhoneLookup is responsible for populating this message.

Used in: PhoneLookupInfo

message PhoneLookupInfo.SystemBlockedNumberInfo

phone_lookup_info.proto:153

Message for the android system BlockedNumber lookup. Available starting in N.

Used in: PhoneLookupInfo