Home
last modified time | relevance | path

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

/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
DEmbmsSampleDownloadService.java221 Intent cleanupIntent = new Intent(VendorUtils.ACTION_CLEANUP); in requestCleanup() local
222 cleanupIntent.setComponent(appReceiver); in requestCleanup()
223 cleanupIntent.putExtra(VendorUtils.EXTRA_SERVICE_ID, fileServiceInfo.getServiceId()); in requestCleanup()
224 cleanupIntent.putExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT, in requestCleanup()
229 cleanupIntent.putExtra(VendorUtils.EXTRA_TEMP_FILES_IN_USE, in requestCleanup()
231 sendBroadcast(cleanupIntent); in requestCleanup()