Lines Matching full:context
22 import android.content.Context;
42 public void onReceive(final Context context, Intent intent) {
45 openDownloadsPage(context);
51 openDownloadsPage(context);
59 onReceiveAsync(context, id);
66 private void onReceiveAsync(Context context, long id) {
67 DownloadManager manager = (DownloadManager) context.getSystemService(
68 Context.DOWNLOAD_SERVICE);
72 openDownloadsPage(context);
78 context.startActivity(launchIntent);
80 openDownloadsPage(context);
87 * @param context
89 private void openDownloadsPage(Context context) {
92 context.startActivity(pageView);