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