Searched refs:APP_INTENT_ACTION (Results 1 – 2 of 2) sorted by relevance
64 .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()
56 public static final String APP_INTENT_ACTION = field in MbmsDownloadReceiverTest71 IntentFilter filter = new IntentFilter(APP_INTENT_ACTION); in AppIntentCapture()112 .setAppIntent(new Intent(APP_INTENT_ACTION)) in setUp()