summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFlavio Lerda <flerda@google.com>2011-08-21 14:55:00 +0100
committerFlavio Lerda <flerda@google.com>2011-08-26 10:01:17 +0100
commit7a24e1c1476b57a6268de8d57e5ef4a2d5f46794 (patch)
tree5ecc74ae267c0fbf32d0342721ab2acb8e56842e /tests
parentdac99257ff2cca8028afd471699fbcea44c09a1b (diff)
downloadpackages_providers_ContactsProvider-7a24e1c1476b57a6268de8d57e5ef4a2d5f46794.zip
packages_providers_ContactsProvider-7a24e1c1476b57a6268de8d57e5ef4a2d5f46794.tar.gz
packages_providers_ContactsProvider-7a24e1c1476b57a6268de8d57e5ef4a2d5f46794.tar.bz2
Add a few columns for caching to the call log.
These columns store additional information about the contact associated with a call log entry and are needed by the new functionality present in the call log. This change matches the newly defined columns in android.provider.CallLog. Bug: 5101753 Change-Id: Ife45e7034af098bf0e1ca35d05bb389a2c47909a
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/providers/contacts/CallLogProviderTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/providers/contacts/CallLogProviderTest.java b/tests/src/com/android/providers/contacts/CallLogProviderTest.java
index e337862..3a73c97 100644
--- a/tests/src/com/android/providers/contacts/CallLogProviderTest.java
+++ b/tests/src/com/android/providers/contacts/CallLogProviderTest.java
@@ -63,7 +63,7 @@ public class CallLogProviderTest extends BaseContactsProvider2Test {
Voicemails.SOURCE_DATA,
Voicemails.STATE};
/** Total number of columns exposed by call_log provider. */
- private static final int NUM_CALLLOG_FIELDS = 13;
+ private static final int NUM_CALLLOG_FIELDS = 17;
@Override
protected Class<? extends ContentProvider> getProviderClass() {