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

  /frameworks/base/telephony/java/android/telephony/mbms/vendor/
VendorUtils.java 51 public static final String ACTION_DOWNLOAD_RESULT_INTERNAL =
  /cts/tests/tests/telephony/src/android/telephony/embms/cts/
MbmsDownloadReceiverTest.java 107 filter.addAction(VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL);
130 Intent downloadCompleteIntent = new Intent(VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL);
154 Intent intentForReceiverTest = new Intent(VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL);
176 Intent intentForReceiverTest = new Intent(VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL);
  /frameworks/base/telephony/java/android/telephony/mbms/
MbmsDownloadReceiver.java 78 * {@link VendorUtils#ACTION_DOWNLOAD_RESULT_INTERNAL},
155 if (VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL.equals(intent.getAction())) {
168 if (VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL.equals(intent.getAction())) {
  /cts/tests/tests/telephony/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
CtsDownloadService.java 419 new Intent(VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL);
  /packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
EmbmsSampleDownloadService.java 389 new Intent(VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL);

Completed in 290 milliseconds