commit | 569b54e5dff12cc29aa253efb3c61bc4fc5d778e | [log] [tgz] |
---|---|---|
author | Andrew Lee <anwlee@google.com> | Thu Apr 16 13:57:49 2015 -0700 |
committer | Andrew Lee <anwlee@google.com> | Thu Apr 16 14:04:23 2015 -0700 |
tree | b390d217dac425181099491210898acc158f6fdc | |
parent | f7aed894b69099609a2e10dd0e1e7c1786f50d27 [diff] |
Update ConnectionServiceFixture with StatusHints. Change-Id: Ia19cbaa541cd8265e7de58f3f430eae1a2197421
diff --git a/tests/src/com/android/server/telecom/tests/ConnectionServiceFixture.java b/tests/src/com/android/server/telecom/tests/ConnectionServiceFixture.java index 8779f41..d0b380b 100644 --- a/tests/src/com/android/server/telecom/tests/ConnectionServiceFixture.java +++ b/tests/src/com/android/server/telecom/tests/ConnectionServiceFixture.java
@@ -88,6 +88,7 @@ IVideoProvider videoProvider; int videoState; long connectTimeMillis; + StatusHints statusHints; } public String mLatestConnectionId; @@ -335,7 +336,8 @@ c.connectionIds, c.videoProvider, c.videoState, - c.connectTimeMillis); + c.connectTimeMillis, + c.statusHints); } private ParcelableConnection parcelable(ConnectionInfo c) {