Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsDownloadFlowTest.java64 .setAppIntent(new Intent(MbmsDownloadReceiverTest.APP_INTENT_ACTION)) in testSingleFileDownloadFlow()
82 .setAppIntent(new Intent(MbmsDownloadReceiverTest.APP_INTENT_ACTION)) in testFileInSubdirectoryDownloadFlow()
106 .setAppIntent(new Intent(MbmsDownloadReceiverTest.APP_INTENT_ACTION)) in testMultiFileDownloadFlow()
136 assertEquals(MbmsDownloadReceiverTest.APP_INTENT_ACTION, downloadDoneIntent.getAction()); in checkReceivedDownloadCompleteIntent()
DMbmsDownloadReceiverTest.java56 public static final String APP_INTENT_ACTION = field in MbmsDownloadReceiverTest
71 IntentFilter filter = new IntentFilter(APP_INTENT_ACTION); in AppIntentCapture()
112 .setAppIntent(new Intent(APP_INTENT_ACTION)) in setUp()