Searched refs:cleanupIntent (Results 1 – 1 of 1) sorted by relevance
221 Intent cleanupIntent = new Intent(VendorUtils.ACTION_CLEANUP); in requestCleanup() local222 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()