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.java137 private static boolean sRemindAfterCallFinish = false; field in CellBroadcastAlertService
357 sRemindAfterCallFinish = true; in showNewAlert()
363 if (channelManager.isEmergencyMessage(cbm) && !sRemindAfterCallFinish) { in showNewAlert()
644 if (channelId == NOTIFICATION_CHANNEL_EMERGENCY_ALERTS && sRemindAfterCallFinish) { in addToNotificationBar()
650 .getBoolean(R.bool.non_swipeable_notification) || sRemindAfterCallFinish; in addToNotificationBar()
825 if (sRemindAfterCallFinish) { in playPendingAlert()
826 sRemindAfterCallFinish = false; in playPendingAlert()