Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertDialogTest.java304 intent.putExtra(CellBroadcastAlertService.DISMISS_DIALOG, true); in testDismissByDeleteIntent()
640 intent1.putExtra(CellBroadcastAlertService.DISMISS_DIALOG, false); in testNewMessageListCount()
651 intent2.putExtra(CellBroadcastAlertService.DISMISS_DIALOG, false); in testNewMessageListCount()
660 intent3.putExtra(CellBroadcastAlertService.DISMISS_DIALOG, true); in testNewMessageListCount()
669 intent4.putExtra(CellBroadcastAlertService.DISMISS_DIALOG, true); in testNewMessageListCount()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java509 if (getIntent().getBooleanExtra(CellBroadcastAlertService.DISMISS_DIALOG, false)) { in onCreate()
993 if (intent.getBooleanExtra(CellBroadcastAlertService.DISMISS_DIALOG, false)) { in onNewIntent()
1054 if (intent.getBooleanExtra(CellBroadcastAlertService.DISMISS_DIALOG, false)) { in clearNotification()
DCellBroadcastAlertService.java100 public static final String DISMISS_DIALOG = "com.android.cellbroadcastreceiver.DIMISS_DIALOG"; field in CellBroadcastAlertService
903 deleteIntent.putExtra(CellBroadcastAlertService.DISMISS_DIALOG, true); in addToNotificationBar()