summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/calllogutils/PhoneCallDetails.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/calllogutils/PhoneCallDetails.java')
-rw-r--r--java/com/android/dialer/calllogutils/PhoneCallDetails.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/com/android/dialer/calllogutils/PhoneCallDetails.java b/java/com/android/dialer/calllogutils/PhoneCallDetails.java
index ba05a87e2..6fa507325 100644
--- a/java/com/android/dialer/calllogutils/PhoneCallDetails.java
+++ b/java/com/android/dialer/calllogutils/PhoneCallDetails.java
@@ -27,6 +27,7 @@ import android.text.TextUtils;
import com.android.contacts.common.ContactsUtils.UserType;
import com.android.contacts.common.preference.ContactsPreferences;
import com.android.contacts.common.util.ContactDisplayUtils;
+import com.android.dialer.phonenumbercache.CachedNumberLookupService.CachedContactInfo.ContactSourceType;
import com.android.dialer.phonenumbercache.ContactInfo;
/** The details of a phone call to be shown in the UI. */
@@ -81,7 +82,7 @@ public class PhoneCallDetails {
public Uri photoUri;
// The source type of the contact associated with this call.
- public int sourceType;
+ public @ContactSourceType int sourceType;
// The object id type of the contact associated with this call.
public String objectId;