Searched refs:MbmsDownloadReceiverTest (Results 1 – 2 of 2) sorted by relevance
61 MbmsDownloadReceiverTest.AppIntentCapture captor = in testSingleFileDownloadFlow()62 new MbmsDownloadReceiverTest.AppIntentCapture(mContext, mHandler); in testSingleFileDownloadFlow()64 .setAppIntent(new Intent(MbmsDownloadReceiverTest.APP_INTENT_ACTION)) in testSingleFileDownloadFlow()77 MbmsDownloadReceiverTest.AppIntentCapture captor = in testFileInSubdirectoryDownloadFlow()78 new MbmsDownloadReceiverTest.AppIntentCapture(mContext, mHandler); in testFileInSubdirectoryDownloadFlow()82 .setAppIntent(new Intent(MbmsDownloadReceiverTest.APP_INTENT_ACTION)) in testFileInSubdirectoryDownloadFlow()101 MbmsDownloadReceiverTest.AppIntentCapture captor = in testMultiFileDownloadFlow()102 new MbmsDownloadReceiverTest.AppIntentCapture(mContext, mHandler); in testMultiFileDownloadFlow()106 .setAppIntent(new Intent(MbmsDownloadReceiverTest.APP_INTENT_ACTION)) in testMultiFileDownloadFlow()136 assertEquals(MbmsDownloadReceiverTest.APP_INTENT_ACTION, downloadDoneIntent.getAction()); in checkReceivedDownloadCompleteIntent()
51 public class MbmsDownloadReceiverTest extends MbmsDownloadTestBase { class