Searched refs:FROM_NOTIFICATION_EXTRA (Results 1 – 7 of 7) sorted by relevance
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastAlertDialogTest.java | 204 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/ |
D | AlarmNotifications.java | 383 snoozeIntent.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true); in showAlarmNotification() 392 dismissIntent.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true); in showAlarmNotification()
|
D | AlarmNotifications.kt | 516 snoozeIntent.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true) in showAlarmNotification() 525 dismissIntent.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true) in showAlarmNotification()
|
D | AlarmStateManager.kt | 169 const val FROM_NOTIFICATION_EXTRA = "intent.extra.from.notification" in <lambda>() constant 962 if (intent.getBooleanExtra(FROM_NOTIFICATION_EXTRA, false)) { in <lambda>()
|
D | AlarmStateManager.java | 123 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/ |
D | CellBroadcastAlertDialog.java | 82 public static final String FROM_NOTIFICATION_EXTRA = "from_notification"; field in CellBroadcastAlertDialog 675 if (intent.getBooleanExtra(FROM_NOTIFICATION_EXTRA, false)) { in clearNotification()
|
D | CellBroadcastAlertService.java | 615 intent.putExtra(CellBroadcastAlertDialog.FROM_NOTIFICATION_EXTRA, true); in addToNotificationBar()
|