MediaApiServiceTest.java 文件源码

java
阅读 20 收藏 0 点赞 0 评论 0

项目:chaosflix-leanback 作者:
@BeforeClass
public static void setup() throws IOException, TimeoutException {
    server = new MockWebServer();
    server.start();
    serverUrl = server.url("").toString();

    Intent s = new Intent(InstrumentationRegistry.getTargetContext(),
            MediaApiService.class);
    s.putExtra(MediaApiService.RECORDING_URL,serverUrl);
    s.putExtra(MediaApiService.STREAMING_URL,serverUrl);
    IBinder binder = mServiceRule.bindService(s);
    service = ((MediaApiService.LocalBinder) binder).getService();
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号