Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertReminder.java45 private static final String ACTION_PLAY_ALERT_REMINDER = "ACTION_PLAY_ALERT_REMINDER"; field in CellBroadcastAlertReminder
69 if (intent == null || !ACTION_PLAY_ALERT_REMINDER.equals(intent.getAction())) { in onStartCommand()
156 playIntent.setAction(ACTION_PLAY_ALERT_REMINDER); in queueAlertReminder()