HomeSort by relevance Sort by last modified time
    Searched refs:cleanupIntent (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/telephony/src/android/telephony/embms/cts/
MbmsDownloadReceiverTest.java 138 Intent cleanupIntent = new Intent(VendorUtils.ACTION_CLEANUP);
139 sendBroadcastAndValidate(cleanupIntent,
144 Intent cleanupIntent = new Intent(VendorUtils.ACTION_CLEANUP);
145 populateIntentWithCommonFields(cleanupIntent);
146 cleanupIntent.putParcelableArrayListExtra(VendorUtils.EXTRA_TEMP_FILES_IN_USE,
148 cleanupIntent.putExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT, "this is not a directory path");
149 sendBroadcastAndValidate(cleanupIntent,
  /packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
EmbmsSampleDownloadService.java 222 Intent cleanupIntent = new Intent(VendorUtils.ACTION_CLEANUP);
223 cleanupIntent.setComponent(appReceiver);
224 cleanupIntent.putExtra(VendorUtils.EXTRA_SERVICE_ID, fileServiceInfo.getServiceId());
225 cleanupIntent.putExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT,
230 cleanupIntent.putExtra(VendorUtils.EXTRA_TEMP_FILES_IN_USE,
232 sendBroadcast(cleanupIntent);

Completed in 119 milliseconds