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