Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsDownloadReceiverTest.java148 Intent cleanupIntent = new Intent(VendorUtils.ACTION_CLEANUP); in testMalformedIntents() local
149 sendBroadcastAndValidate(cleanupIntent, in testMalformedIntents()
155 Intent cleanupIntent = new Intent(VendorUtils.ACTION_CLEANUP); in testBadTempFileDirectory() local
156 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()