Searched refs:AppIntentCapture (Results 1 – 2 of 2) sorted by relevance
61 MbmsDownloadReceiverTest.AppIntentCapture captor = in testSingleFileDownloadFlow()62 new MbmsDownloadReceiverTest.AppIntentCapture(mContext, mHandler); in testSingleFileDownloadFlow()77 MbmsDownloadReceiverTest.AppIntentCapture captor = in testFileInSubdirectoryDownloadFlow()78 new MbmsDownloadReceiverTest.AppIntentCapture(mContext, mHandler); in testFileInSubdirectoryDownloadFlow()101 MbmsDownloadReceiverTest.AppIntentCapture captor = in testMultiFileDownloadFlow()102 new MbmsDownloadReceiverTest.AppIntentCapture(mContext, mHandler); in testMultiFileDownloadFlow()
59 public static class AppIntentCapture { class in MbmsDownloadReceiverTest69 public AppIntentCapture(Context context, Handler handler) { in AppIntentCapture() method in MbmsDownloadReceiverTest.AppIntentCapture173 AppIntentCapture intentCaptor = new AppIntentCapture(mContext, mHandler); in testDownloadFailureIntent()