summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-03-23 18:43:38 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-23 18:43:39 +0000
commita74d7d50ef7a6d729c32e71090f5e9ea02323c3c (patch)
tree8f49ada0a1b3523780f9d648fea4b30134c00879
parent72c9053eda382ef3e4450b657801898aced8f904 (diff)
parentadf7bd2942c86227e29506d6c8d1f124499d9b01 (diff)
Merge "Add CACHED_PHOTO_URI to test values"
-rw-r--r--tests/src/com/android/dialer/calllog/CallLogQueryTestUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/dialer/calllog/CallLogQueryTestUtils.java b/tests/src/com/android/dialer/calllog/CallLogQueryTestUtils.java
index 9d34bbfbe..5b4629318 100644
--- a/tests/src/com/android/dialer/calllog/CallLogQueryTestUtils.java
+++ b/tests/src/com/android/dialer/calllog/CallLogQueryTestUtils.java
@@ -29,7 +29,7 @@ public class CallLogQueryTestUtils {
public static Object[] createTestValues() {
Object[] values = new Object[]{
0L, "", 0L, 0L, Calls.INCOMING_TYPE, "", "", "", null, 0, null, null, null, null,
- 0L, null, 0, Calls.PRESENTATION_ALLOWED, null, null, 0, null, null
+ 0L, null, 0, Calls.PRESENTATION_ALLOWED, null, null, 0, null, null, null
};
assertEquals(CallLogQuery._PROJECTION.length, values.length);
return values;