Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertReminderTest.java116 intent.setAction(CellBroadcastAlertReminder.ACTION_PLAY_ALERT_REMINDER); in testStartServiceVibrate()
136 intent.setAction(CellBroadcastAlertReminder.ACTION_PLAY_ALERT_REMINDER); in testStartServiceNotVibrate()
159 intent.setAction(CellBroadcastAlertReminder.ACTION_PLAY_ALERT_REMINDER); in testStartServicePlayAlertReminderForWatch()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertReminder.java54 public static final String ACTION_PLAY_ALERT_REMINDER = "ACTION_PLAY_ALERT_REMINDER"; field in CellBroadcastAlertReminder
79 if (intent == null || !ACTION_PLAY_ALERT_REMINDER.equals(intent.getAction())) { in onStartCommand()
197 playIntent.setAction(ACTION_PLAY_ALERT_REMINDER); in queueAlertReminder()