From a40a9ef54ca0fe71756ad9d3e103d74ab0f58e19 Mon Sep 17 00:00:00 2001 From: twyen Date: Tue, 22 May 2018 17:35:59 -0700 Subject: Remove photo support in PhoneNumberService Also cleaned up unused parameters. TEST=TAP Bug: 78654933 Test: TAP PiperOrigin-RevId: 197652430 Change-Id: I1820e8c8de83fcda17f38e92d4ab1c28f519cdce --- java/com/android/dialer/logging/contact_source.proto | 2 -- 1 file changed, 2 deletions(-) (limited to 'java/com/android/dialer/logging') diff --git a/java/com/android/dialer/logging/contact_source.proto b/java/com/android/dialer/logging/contact_source.proto index 7b90730ab..fbff642b2 100644 --- a/java/com/android/dialer/logging/contact_source.proto +++ b/java/com/android/dialer/logging/contact_source.proto @@ -16,8 +16,6 @@ message ContactSource { // number's status at the time they made or received the call. // Type definitions are from the CachedContactInfo interface in // CachedNumberLookupService.java - // When adding new sources here, consider updating the isPeopleApiSource() and - // isBusiness() methods in LookupSourceUtils.java if needed. enum Type { UNKNOWN_SOURCE_TYPE = 0; -- cgit v1.2.3