Home
last modified time | relevance | path

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

/packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
DDownloadCompletionReceiver.java34 if (EmbmsTestDownloadApp.DOWNLOAD_DONE_ACTION.equals(intent.getAction())) { in onReceive()
DEmbmsTestDownloadApp.java57 public static final String DOWNLOAD_DONE_ACTION = field in EmbmsTestDownloadApp
434 Intent completionIntent = new Intent(DOWNLOAD_DONE_ACTION); in performDownload()