summaryrefslogtreecommitdiff
path: root/src/com/android/dialer/PhoneCallDetails.java
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-06-11 17:19:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-11 17:19:43 +0000
commitd78fd115d8e0abddc0885ea33ff9f07790009d0c (patch)
tree37b50d46575d00909a06192b5dbf6a5f5bba91b5 /src/com/android/dialer/PhoneCallDetails.java
parent955eb1037f849b6431400668f9ac179fa7e5d70c (diff)
parent2f05af35af03de67c1c474cd148719b24fac3552 (diff)
Merge "Move "Report" to CallDetailActivity." into mnc-dev
Diffstat (limited to 'src/com/android/dialer/PhoneCallDetails.java')
-rw-r--r--src/com/android/dialer/PhoneCallDetails.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/dialer/PhoneCallDetails.java b/src/com/android/dialer/PhoneCallDetails.java
index 68fdadc0c..add63151a 100644
--- a/src/com/android/dialer/PhoneCallDetails.java
+++ b/src/com/android/dialer/PhoneCallDetails.java
@@ -60,6 +60,7 @@ public class PhoneCallDetails {
public CharSequence numberLabel;
// The URI of the contact associated with this phone call.
public Uri contactUri;
+
/**
* The photo URI of the picture of the contact that is associated with this phone call or
* null if there is none.
@@ -71,6 +72,9 @@ public class PhoneCallDetails {
// The source type of the contact associated with this call.
public int sourceType;
+ // The object id type of the contact associated with this call.
+ public String objectId;
+
// The unique identifier for the account associated with the call.
public PhoneAccountHandle accountHandle;