Searched refs:sendBroadcastAndValidate (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/ |
D | MbmsDownloadReceiverTest.java | 141 sendBroadcastAndValidate(downloadCompleteIntent, in testMalformedIntents() 145 sendBroadcastAndValidate(fdRequestIntent, in testMalformedIntents() 149 sendBroadcastAndValidate(cleanupIntent, in testMalformedIntents() 160 sendBroadcastAndValidate(cleanupIntent, in testBadTempFileDirectory() 175 sendBroadcastAndValidate(intentForReceiverTest, MbmsDownloadReceiver.RESULT_OK); in testDownloadFailureIntent() 200 sendBroadcastAndValidate(intentForReceiverTest, in testBadDownloadToken() 209 Bundle b = sendBroadcastAndValidate(fdRequestIntent, MbmsDownloadReceiver.RESULT_OK); in testRequestNoFileDescriptors() 219 Bundle result = sendBroadcastAndValidate(fdRequestIntent, MbmsDownloadReceiver.RESULT_OK); in testRequestNewFileDescriptors() 236 Bundle result = sendBroadcastAndValidate(fdRequestIntent, MbmsDownloadReceiver.RESULT_OK); in testRequestRefreshedFileDescriptors() 244 Bundle result2 = sendBroadcastAndValidate(fdRefreshIntent, MbmsDownloadReceiver.RESULT_OK); in testRequestRefreshedFileDescriptors() [all …]
|