Home | History | Annotate | Download | only in blockreportspam

Lines Matching refs:intent

20 import android.content.Intent;
40 Intent intent = new Intent();
41 intent.setAction(
45 intent, ShowBlockReportSpamDialogReceiver.EXTRA_DIALOG_INFO, blockReportSpamDialogInfo);
47 LocalBroadcastManager.getInstance(context).sendBroadcast(intent);
55 Intent intent = new Intent();
56 intent.setAction(ShowBlockReportSpamDialogReceiver.ACTION_SHOW_DIALOG_TO_REPORT_NOT_SPAM);
58 intent, ShowBlockReportSpamDialogReceiver.EXTRA_DIALOG_INFO, blockReportSpamDialogInfo);
60 LocalBroadcastManager.getInstance(context).sendBroadcast(intent);