summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/logging
diff options
context:
space:
mode:
authortwyen <twyen@google.com>2018-05-22 17:35:59 -0700
committerCopybara-Service <copybara-piper@google.com>2018-05-29 23:25:25 -0700
commita40a9ef54ca0fe71756ad9d3e103d74ab0f58e19 (patch)
treee52463650bf773358ec11ecab28ed5f9c32f4bf3 /java/com/android/dialer/logging
parentc5c42189eeab0389a94717de9a66c6d00068e8bf (diff)
Remove photo support in PhoneNumberService
Also cleaned up unused parameters. TEST=TAP Bug: 78654933 Test: TAP PiperOrigin-RevId: 197652430 Change-Id: I1820e8c8de83fcda17f38e92d4ab1c28f519cdce
Diffstat (limited to 'java/com/android/dialer/logging')
-rw-r--r--java/com/android/dialer/logging/contact_source.proto2
1 files changed, 0 insertions, 2 deletions
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;