Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertReminder.java177 Intent playIntent = new Intent(context, CellBroadcastAlertReminder.class); in queueAlertReminder() local
178 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()