Searched refs:DISMISS_DIALOG (Results 1 – 3 of 3) sorted by relevance
304 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()
509 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()
100 public static final String DISMISS_DIALOG = "com.android.cellbroadcastreceiver.DIMISS_DIALOG"; field in CellBroadcastAlertService903 deleteIntent.putExtra(CellBroadcastAlertService.DISMISS_DIALOG, true); in addToNotificationBar()