Searched refs:sDownloadAction (Results 1 – 1 of 1) sorted by relevance
53 private static final String sDownloadAction = "DownloadData"; field in PMCMainActivity88 mPIDownload = PendingIntent.getBroadcast(this, 0, new Intent(sDownloadAction), 0); in onCreate()188 registerReceiver(mDR, new IntentFilter(sDownloadAction)); in startDownloadFile()