commit | d02f516704ad4e12713881fbbb94a3ffd8933384 | [log] [tgz] |
---|---|---|
author | Sailesh Nepal <sail@google.com> | Tue Jul 08 10:19:57 2014 -0700 |
committer | Sailesh Nepal <sail@google.com> | Tue Jul 08 10:19:57 2014 -0700 |
tree | a5d9a552cda632785345914e297f5c4199700880 | |
parent | c92c436d84de46bb85100df9138378d9ffe0f2f2 [diff] |
Fix test to set call ID for connection request Change-Id: Ideff8213aa48e5d2dd53a1325f1e4aabfae230d0
diff --git a/tests/src/com/android/telecomm/testapps/TestConnectionService.java b/tests/src/com/android/telecomm/testapps/TestConnectionService.java index 4ada090..34aa22b 100644 --- a/tests/src/com/android/telecomm/testapps/TestConnectionService.java +++ b/tests/src/com/android/telecomm/testapps/TestConnectionService.java
@@ -364,7 +364,7 @@ TestConnection connection = new TestConnection(null, Connection.State.DIALING); mCalls.add(connection); callback.onResult( - new ConnectionRequest(handle, request.getExtras()), + new ConnectionRequest(request.getCallId(), handle, request.getExtras()), connection); } }