summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/logging
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-03-16 12:27:56 -0700
committerCopybara-Service <copybara-piper@google.com>2018-03-16 12:42:26 -0700
commit262b6f2355b93d0e282d39ef16d222a65d450d16 (patch)
tree902dc330a95cf013b397dbb1473b0895b51790a9 /java/com/android/dialer/logging
parent1c41a0aa8773add900db6dfd09edc38cb08d3b43 (diff)
Add Cequint contact lookup result type.
Bug: 73741286 Test: none PiperOrigin-RevId: 189377028 Change-Id: Ifb9c6375d0026fb012ae868741b471f2ca02c5f9
Diffstat (limited to 'java/com/android/dialer/logging')
-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;
}
}