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.java91 static final String NOTIFICATION_CHANNEL_EMERGENCY_ALERTS = "broadcastMessages"; field in CellBroadcastAlertService
629 ? NOTIFICATION_CHANNEL_EMERGENCY_ALERTS : NOTIFICATION_CHANNEL_NON_EMERGENCY_ALERTS; in addToNotificationBar()
630 if (channelId == NOTIFICATION_CHANNEL_EMERGENCY_ALERTS && sRemindAfterCallFinish) { in addToNotificationBar()
703 NOTIFICATION_CHANNEL_EMERGENCY_ALERTS, in createNotificationChannels()