summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/logging/contact_lookup_result.proto
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/logging/contact_lookup_result.proto')
-rw-r--r--java/com/android/dialer/logging/contact_lookup_result.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/com/android/dialer/logging/contact_lookup_result.proto b/java/com/android/dialer/logging/contact_lookup_result.proto
index 673ade760..6dda2a6d8 100644
--- a/java/com/android/dialer/logging/contact_lookup_result.proto
+++ b/java/com/android/dialer/logging/contact_lookup_result.proto
@@ -100,5 +100,8 @@ message ContactLookupResult {
// Number was found in Dialer's local cache and was originally identified
// as REMOTE_KNOWLEDGE_GRAPH
LOCAL_CACHE_REMOTE_KNOWLEDGE_GRAPH = 25;
+
+ // Number was identified via Cequint caller ID.
+ CEQUINT = 26;
}
}