Searched refs:intentForApp (Results 1 – 1 of 1) sorted by relevance
240 Intent intentForApp = request.getIntentForApp(); in moveDownloadedFile() local241 if (intentForApp == null) { in moveDownloadedFile()249 intentForApp.putExtra(MbmsDownloadSession.EXTRA_MBMS_DOWNLOAD_RESULT, result); in moveDownloadedFile()250 intentForApp.putExtra(MbmsDownloadSession.EXTRA_MBMS_DOWNLOAD_REQUEST, request); in moveDownloadedFile()254 context.sendBroadcast(intentForApp); in moveDownloadedFile()282 intentForApp.putExtra(MbmsDownloadSession.EXTRA_MBMS_COMPLETED_FILE_URI, finalLocation); in moveDownloadedFile()283 intentForApp.putExtra(MbmsDownloadSession.EXTRA_MBMS_FILE_INFO, completedFileInfo); in moveDownloadedFile()285 context.sendBroadcast(intentForApp); in moveDownloadedFile()