Searched refs:DOWNLOAD_DONE_ACTION (Results 1 – 2 of 2) sorted by relevance
34 if (EmbmsTestDownloadApp.DOWNLOAD_DONE_ACTION.equals(intent.getAction())) { in onReceive()
57 public static final String DOWNLOAD_DONE_ACTION = field in EmbmsTestDownloadApp434 Intent completionIntent = new Intent(DOWNLOAD_DONE_ACTION); in performDownload()