Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java133 private static boolean sRemindAfterCallFinish = false; field in CellBroadcastAlertService
343 sRemindAfterCallFinish = true; in showNewAlert()
349 if (channelManager.isEmergencyMessage(cbm) && !sRemindAfterCallFinish) { in showNewAlert()
630 if (channelId == NOTIFICATION_CHANNEL_EMERGENCY_ALERTS && sRemindAfterCallFinish) { in addToNotificationBar()
636 .getBoolean(R.bool.non_swipeable_notification) || sRemindAfterCallFinish; in addToNotificationBar()
811 if (sRemindAfterCallFinish) { in playPendingAlert()
812 sRemindAfterCallFinish = false; in playPendingAlert()