Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
H A DEmbmsSampleDownloadService.java222 Intent cleanupIntent = new Intent(VendorUtils.ACTION_CLEANUP); in requestCleanup() local
223 cleanupIntent.setComponent(appReceiver); in requestCleanup()
224 cleanupIntent.putExtra(VendorUtils.EXTRA_SERVICE_ID, fileServiceInfo.getServiceId()); in requestCleanup()
225 cleanupIntent.putExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT, in requestCleanup()
230 cleanupIntent.putExtra(VendorUtils.EXTRA_TEMP_FILES_IN_USE, in requestCleanup()
232 sendBroadcast(cleanupIntent); in requestCleanup()