Home
last modified time | relevance | path

Searched refs:ShowBlockReportSpamDialogReceiver (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/blockreportspam/
DShowBlockReportSpamDialogNotifier.java42 ShowBlockReportSpamDialogReceiver in notifyShowDialogToBlockNumberAndOptionallyReportSpam()
45 intent, ShowBlockReportSpamDialogReceiver.EXTRA_DIALOG_INFO, blockReportSpamDialogInfo); in notifyShowDialogToBlockNumberAndOptionallyReportSpam()
56 intent.setAction(ShowBlockReportSpamDialogReceiver.ACTION_SHOW_DIALOG_TO_BLOCK_NUMBER); in notifyShowDialogToBlockNumber()
58 intent, ShowBlockReportSpamDialogReceiver.EXTRA_DIALOG_INFO, blockReportSpamDialogInfo); in notifyShowDialogToBlockNumber()
69 intent.setAction(ShowBlockReportSpamDialogReceiver.ACTION_SHOW_DIALOG_TO_REPORT_NOT_SPAM); in notifyShowDialogToReportNotSpam()
71 intent, ShowBlockReportSpamDialogReceiver.EXTRA_DIALOG_INFO, blockReportSpamDialogInfo); in notifyShowDialogToReportNotSpam()
82 intent.setAction(ShowBlockReportSpamDialogReceiver.ACTION_SHOW_DIALOG_TO_UNBLOCK_NUMBER); in notifyShowDialogToUnblockNumber()
84 intent, ShowBlockReportSpamDialogReceiver.EXTRA_DIALOG_INFO, blockReportSpamDialogInfo); in notifyShowDialogToUnblockNumber()
DShowBlockReportSpamDialogReceiver.java51 public final class ShowBlockReportSpamDialogReceiver extends BroadcastReceiver { class
73 public ShowBlockReportSpamDialogReceiver(FragmentManager fragmentManager) { in ShowBlockReportSpamDialogReceiver() method in ShowBlockReportSpamDialogReceiver
/packages/apps/Dialer/java/com/android/dialer/main/impl/
DMainActivity.java23 import com.android.dialer.blockreportspam.ShowBlockReportSpamDialogReceiver;
48 private ShowBlockReportSpamDialogReceiver showBlockReportSpamDialogReceiver;
82 new ShowBlockReportSpamDialogReceiver(getSupportFragmentManager()); in onCreate()
107 showBlockReportSpamDialogReceiver, ShowBlockReportSpamDialogReceiver.getIntentFilter()); in onResume()