Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertDialogTest.java305 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, true); in testDismissByDeleteIntent()
370 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, true); in testOnNewIntent()
410 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, true); in testOnResume()
425 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, true); in testOnPause()
440 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, true); in testOnKeyDown()
485 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, true); in testOnKeyDownWithEmptyMessageList()
641 intent1.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, false); in testNewMessageListCount()
652 intent2.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, true); in testNewMessageListCount()
661 intent3.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, true); in testNewMessageListCount()
670 intent4.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, false); in testNewMessageListCount()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java101 public static final String DISMISS_NOTIFICATION_EXTRA = "dismiss_notification"; field in CellBroadcastAlertDialog
1047 if (intent.getBooleanExtra(DISMISS_NOTIFICATION_EXTRA, false)) { in clearNotification()
DCellBroadcastAlertService.java843 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, !fromDialog); in addToNotificationBar()