From 3a7809212761dcd6e42afe1544a49791d70d140f Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Wed, 27 Aug 2014 18:29:59 -0700 Subject: Add field for sub_id in call log for sprout database. Adding sub_id as a column in the calls table to make the sprout and non-sprout contacts databases consistent. Bug: 14990572 Change-Id: I82d9fe65e6cdf4e10b6115a8565c2be3a6f93562 --- core/java/android/provider/CallLog.java | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'core/java/android/provider') diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java index 942da5a..f697231 100644 --- a/core/java/android/provider/CallLog.java +++ b/core/java/android/provider/CallLog.java @@ -349,6 +349,15 @@ public class CallLog { public static final String PHONE_ACCOUNT_ID = "subscription_id"; /** + * The identifier of a account that is unique to a specified component. Equivalent value + * to {@link #PHONE_ACCOUNT_ID}. For ContactsProvider internal use only. + *

Type: INTEGER

+ * + * @hide + */ + public static final String SUB_ID = "sub_id"; + + /** * If a successful call is made that is longer than this duration, update the phone number * in the ContactsProvider with the normalized version of the number, based on the user's * current country code. -- cgit v1.1