diff --git a/api/current.xml b/api/current.xml
index ca2cceb52a7f1..e9f13ba733cc3 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -112806,6 +112806,58 @@
>
+
Type: TEXT
@@ -247,7 +247,7 @@ public final class ContactsContract { public static final String LOOKUP_KEY = "lookup"; } - private interface ContactStatusColumns { + protected interface ContactStatusColumns { /** * Contact presence status. See {@link StatusUpdates} for individual status * definitions. @@ -540,7 +540,7 @@ public final class ContactsContract { } } - private interface RawContactsColumns { + protected interface RawContactsColumns { /** * A reference to the {@link android.provider.ContactsContract.Contacts#_ID} that this * data belongs to. @@ -699,7 +699,7 @@ public final class ContactsContract { } } - private interface StatusColumns extends Im.CommonPresenceColumns { + protected interface StatusColumns extends Im.CommonPresenceColumns { /** * Contact's latest presence level. *Type: INTEGER (one of the values below)
@@ -739,7 +739,7 @@ public final class ContactsContract { public static final String STATUS_ICON = "status_icon"; } - private interface DataColumns { + protected interface DataColumns { /** * The package name to use when creating {@link Resources} objects for * this data row. This value is only designed for use when building user @@ -826,7 +826,7 @@ public final class ContactsContract { /** * Combines all columns returned by {@link Data} table queries. */ - private interface DataColumnsWithJoins extends BaseColumns, DataColumns, StatusColumns, + protected interface DataColumnsWithJoins extends BaseColumns, DataColumns, StatusColumns, RawContactsColumns, ContactsColumns, ContactOptionsColumns, ContactStatusColumns { } @@ -938,7 +938,7 @@ public final class ContactsContract { public static final String DATA_ID = "data_id"; } - private interface PhoneLookupColumns { + protected interface PhoneLookupColumns { /** * The phone number as the user entered it. *Type: TEXT
@@ -986,7 +986,7 @@ public final class ContactsContract { * Additional data mixed in with {@link StatusColumns} to link * back to specific {@link ContactsContract.Data#_ID} entries. */ - private interface PresenceColumns { + protected interface PresenceColumns { /** * Reference to the {@link Data#_ID} entry that owns this presence. @@ -1123,7 +1123,7 @@ public final class ContactsContract { /** * Columns common across the specific types. */ - private interface CommonColumns extends BaseTypes { + protected interface CommonColumns extends BaseTypes { /** * The data for the contact method. *Type: TEXT
@@ -1930,7 +1930,7 @@ public final class ContactsContract { } } - private interface GroupsColumns { + protected interface GroupsColumns { /** * The display title of this group. *diff --git a/core/res/res/drawable-hdpi/divider_horizontal_dark.9.png b/core/res/res/drawable-hdpi/divider_horizontal_dark.9.png index 30a68d0dc87af..338d840c94d6c 100644 Binary files a/core/res/res/drawable-hdpi/divider_horizontal_dark.9.png and b/core/res/res/drawable-hdpi/divider_horizontal_dark.9.png differ diff --git a/core/res/res/drawable-mdpi/divider_horizontal_dark.9.png b/core/res/res/drawable-mdpi/divider_horizontal_dark.9.png index 548d0bd663ad5..bf45e38f07442 100644 Binary files a/core/res/res/drawable-mdpi/divider_horizontal_dark.9.png and b/core/res/res/drawable-mdpi/divider_horizontal_dark.9.png differ diff --git a/telephony/java/com/android/internal/telephony/cdma/EriManager.java b/telephony/java/com/android/internal/telephony/cdma/EriManager.java index 9b23cdffb66f5..083fa0b3d614a 100644 --- a/telephony/java/com/android/internal/telephony/cdma/EriManager.java +++ b/telephony/java/com/android/internal/telephony/cdma/EriManager.java @@ -288,7 +288,7 @@ public final class EriManager { if (isEriFileLoaded) { EriInfo eriInfo = getEriInfo(roamInd); if (eriInfo != null) { - if (DBG) Log.d(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file"); + if (VDBG) Log.v(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file"); ret = new EriDisplayInformation( eriInfo.mIconIndex, eriInfo.mIconMode,