Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java95 static final String NOTIFICATION_CHANNEL_EMERGENCY_ALERTS = "broadcastMessages"; field in CellBroadcastAlertService
643 ? NOTIFICATION_CHANNEL_EMERGENCY_ALERTS : NOTIFICATION_CHANNEL_NON_EMERGENCY_ALERTS; in addToNotificationBar()
644 if (channelId == NOTIFICATION_CHANNEL_EMERGENCY_ALERTS && sRemindAfterCallFinish) { in addToNotificationBar()
717 NOTIFICATION_CHANNEL_EMERGENCY_ALERTS, in createNotificationChannels()