Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsDownloadReceiverTest.java166 Intent intentForReceiverTest = new Intent(VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL); in testDownloadFailureIntent() local
167 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() local
190 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 …]