commit | a9bec44599ae3e5fb058636eae066bf89a714006 | [log] [tgz] |
---|---|---|
author | Yixiao Luo <yixiaoluo@google.com> | Thu Mar 03 19:09:18 2022 -0800 |
committer | Yixiao Luo <yixiaoluo@google.com> | Thu Mar 03 19:09:18 2022 -0800 |
tree | dce481d6f298fcebdf75a8a7e5c8475eba7d6325 | |
parent | f09fc7ab8d5fb2b4cd8a0f966f5168f6e947e8a0 [diff] |
TIAF CTS: Change on API Review: DTV to VOD Bug: 217591199 Change-Id: I794ce71f40f1941e7b038bb9040e9c0864572937
diff --git a/tests/tests/tv/src/android/media/tv/interactive/cts/TvInteractiveAppManagerTest.java b/tests/tests/tv/src/android/media/tv/interactive/cts/TvInteractiveAppManagerTest.java index f108fd0..a9cf4a8 100644 --- a/tests/tests/tv/src/android/media/tv/interactive/cts/TvInteractiveAppManagerTest.java +++ b/tests/tests/tv/src/android/media/tv/interactive/cts/TvInteractiveAppManagerTest.java
@@ -264,8 +264,7 @@ PollingCheck.waitFor( TIME_OUT_MS, () -> StubTvInteractiveAppService.sAppLinkInfo == null); - info = new AppLinkInfo.Builder("pkg1", "class1").setPackageName("pkg2") - .setClassName("class2").setUriScheme("url1").setUriHost("host2") + info = new AppLinkInfo.Builder("pkg1", "class1").setUriScheme("url1").setUriHost("host2") .setUriPrefix("prefix").build(); mManager.registerAppLinkInfo(stubInfo.getId(), info);