summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/dialer/tests/calllog/FillCallLogTestActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/dialer/tests/calllog/FillCallLogTestActivity.java b/tests/src/com/android/dialer/tests/calllog/FillCallLogTestActivity.java
index 2e90c4d33..90736e4ec 100644
--- a/tests/src/com/android/dialer/tests/calllog/FillCallLogTestActivity.java
+++ b/tests/src/com/android/dialer/tests/calllog/FillCallLogTestActivity.java
@@ -499,7 +499,7 @@ public class FillCallLogTestActivity extends Activity {
Calls.addCall(null, this, mPhoneNumber.getText().toString(), getManualPresentation(),
getManualCallType(), features, getManualAccount(),
- dateTime.getTimeInMillis(), RNG.nextInt(60 * 60), dataUsage);
+ dateTime.getTimeInMillis(), RNG.nextInt(60 * 60), dataUsage, null);
// Subtract offset from the call date/time and store as new date/time
int offset = Integer.parseInt(mOffset.getText().toString());