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

  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 138 Intent callIntent = createCallActivityIntent(context, urlSpans);
139 if (callIntent != null) {
141 context.startActivity(callIntent);
305 PendingIntent mapIntent = null, callIntent = null, snoozeIntent = null, emailIntent = null;
315 callIntent = createCallBroadcastIntent(context, urlSpans, eventId);
347 if (callIntent != null && numActions < MAX_NOTIF_ACTIONS) {
349 resources.getString(R.string.call_label), callIntent);
385 if (callIntent == null || numActions >= MAX_NOTIF_ACTIONS) {
389 contentView.setOnClickPendingIntent(R.id.call_button, callIntent);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneGlobals.java     [all...]

Completed in 1109 milliseconds