Home
last modified time | relevance | path

Searched refs:FROM_NOTIFICATION_EXTRA (Results 1 – 7 of 7) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertDialogTest.java204 intent.putExtra(CellBroadcastAlertDialog.FROM_NOTIFICATION_EXTRA, true); in testOnNewIntent()
238 intent.putExtra(CellBroadcastAlertDialog.FROM_NOTIFICATION_EXTRA, true); in testOnResume()
253 intent.putExtra(CellBroadcastAlertDialog.FROM_NOTIFICATION_EXTRA, true); in testOnPause()
268 intent.putExtra(CellBroadcastAlertDialog.FROM_NOTIFICATION_EXTRA, true); in testOnKeyDown()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java383 snoozeIntent.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true); in showAlarmNotification()
392 dismissIntent.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true); in showAlarmNotification()
DAlarmNotifications.kt516 snoozeIntent.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true) in showAlarmNotification()
525 dismissIntent.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true) in showAlarmNotification()
DAlarmStateManager.kt169 const val FROM_NOTIFICATION_EXTRA = "intent.extra.from.notification" in <lambda>() constant
962 if (intent.getBooleanExtra(FROM_NOTIFICATION_EXTRA, false)) { in <lambda>()
DAlarmStateManager.java123 public static final String FROM_NOTIFICATION_EXTRA = "intent.extra.from.notification"; field in AlarmStateManager
926 if (intent.getBooleanExtra(FROM_NOTIFICATION_EXTRA, false)) { in handleIntent()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java82 public static final String FROM_NOTIFICATION_EXTRA = "from_notification"; field in CellBroadcastAlertDialog
675 if (intent.getBooleanExtra(FROM_NOTIFICATION_EXTRA, false)) { in clearNotification()
DCellBroadcastAlertService.java615 intent.putExtra(CellBroadcastAlertDialog.FROM_NOTIFICATION_EXTRA, true); in addToNotificationBar()