HomeSort by relevance Sort by last modified time
    Searched refs:playIntent (Results 1 - 2 of 2) sorted by null

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 132 Intent playIntent = new Intent(context, CellBroadcastAlertReminder.class);
133 playIntent.setAction(ACTION_PLAY_ALERT_REMINDER);
134 sPlayReminderIntent = PendingIntent.getService(context, 0, playIntent,
  /packages/apps/Dialer/src/com/android/dialer/calllog/
DefaultVoicemailNotifier.java 171 Intent playIntent = new Intent(mContext, CallDetailActivity.class);
172 playIntent.setData(newCalls[0].callsUri);
173 playIntent.putExtra(CallDetailActivity.EXTRA_VOICEMAIL_URI,
175 playIntent.putExtra(CallDetailActivity.EXTRA_VOICEMAIL_START_PLAYBACK, true);
176 playIntent.putExtra(CallDetailActivity.EXTRA_FROM_NOTIFICATION, true);
179 PendingIntent.getActivity(mContext, 0, playIntent, 0));

Completed in 199 milliseconds