Searched refs:intentForReceiverTest (Results 1 – 1 of 1) sorted by relevance
166 Intent intentForReceiverTest = new Intent(VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL); in testDownloadFailureIntent() local167 populateIntentWithCommonFields(intentForReceiverTest); in testDownloadFailureIntent()168 intentForReceiverTest.putExtra(MbmsDownloadSession.EXTRA_MBMS_DOWNLOAD_RESULT, in testDownloadFailureIntent()170 intentForReceiverTest.putExtra(MbmsDownloadSession.EXTRA_MBMS_DOWNLOAD_REQUEST, in testDownloadFailureIntent()175 sendBroadcastAndValidate(intentForReceiverTest, MbmsDownloadReceiver.RESULT_OK); in testDownloadFailureIntent()189 Intent intentForReceiverTest = new Intent(VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL); in testBadDownloadToken() local190 populateIntentWithCommonFields(intentForReceiverTest); in testBadDownloadToken()191 intentForReceiverTest.putExtra(MbmsDownloadSession.EXTRA_MBMS_DOWNLOAD_RESULT, in testBadDownloadToken()193 intentForReceiverTest.putExtra(MbmsDownloadSession.EXTRA_MBMS_DOWNLOAD_REQUEST, in testBadDownloadToken()195 intentForReceiverTest.putExtra(MbmsDownloadSession.EXTRA_MBMS_FILE_INFO, in testBadDownloadToken()[all …]