Home
last modified time | relevance | path

Searched refs:AppIntentCapture (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsDownloadFlowTest.java61 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()
DMbmsDownloadReceiverTest.java59 public static class AppIntentCapture { class in MbmsDownloadReceiverTest
69 public AppIntentCapture(Context context, Handler handler) { in AppIntentCapture() method in MbmsDownloadReceiverTest.AppIntentCapture
173 AppIntentCapture intentCaptor = new AppIntentCapture(mContext, mHandler); in testDownloadFailureIntent()