Searched refs:cleanupIntent (Results 1 – 1 of 1) sorted by relevance
148 Intent cleanupIntent = new Intent(VendorUtils.ACTION_CLEANUP); in testMalformedIntents() local149 sendBroadcastAndValidate(cleanupIntent, in testMalformedIntents()155 Intent cleanupIntent = new Intent(VendorUtils.ACTION_CLEANUP); in testBadTempFileDirectory() local156 populateIntentWithCommonFields(cleanupIntent); in testBadTempFileDirectory()157 cleanupIntent.putParcelableArrayListExtra(VendorUtils.EXTRA_TEMP_FILES_IN_USE, in testBadTempFileDirectory()159 cleanupIntent.putExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT, "this is not a directory path"); in testBadTempFileDirectory()160 sendBroadcastAndValidate(cleanupIntent, in testBadTempFileDirectory()