Searched refs:ACTION_PLAY_ALERT_REMINDER (Results 1 – 2 of 2) sorted by relevance
50 public static final String ACTION_PLAY_ALERT_REMINDER = "ACTION_PLAY_ALERT_REMINDER"; field in CellBroadcastAlertReminder75 if (intent == null || !ACTION_PLAY_ALERT_REMINDER.equals(intent.getAction())) { in onStartCommand()178 playIntent.setAction(ACTION_PLAY_ALERT_REMINDER); in queueAlertReminder()
113 intent.setAction(CellBroadcastAlertReminder.ACTION_PLAY_ALERT_REMINDER); in testStartServiceVibrate()133 intent.setAction(CellBroadcastAlertReminder.ACTION_PLAY_ALERT_REMINDER); in testStartServiceNotVibrate()