Searched refs:playIntent (Results 1 – 1 of 1) sorted by relevance
177 Intent playIntent = new Intent(context, CellBroadcastAlertReminder.class); in queueAlertReminder() local178 playIntent.setAction(ACTION_PLAY_ALERT_REMINDER); in queueAlertReminder()179 playIntent.putExtra(ALERT_REMINDER_VIBRATE_EXTRA, in queueAlertReminder()181 playIntent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId); in queueAlertReminder()182 sPlayReminderIntent = PendingIntent.getService(context, 0, playIntent, in queueAlertReminder()