use of com.microsoft.live.test.util.DownloadOperationQueueingListener in project LiveSDK-for-Android by liveservices.
the class DownloadTest method setUp.
@Override
protected void setUp() throws Exception {
super.setUp();
this.responseQueue = new LinkedBlockingQueue<LiveDownloadOperation>();
this.queueingListener = new DownloadOperationQueueingListener(this.exceptionQueue, this.responseQueue);
}
Aggregations