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

  /packages/apps/Exchange/src/com/android/exchange/
CalendarSyncEnabler.java 98 PendingIntent launchCalendarPendingIntent = PendingIntent.getActivity(mContext, 0,
104 n.setLatestEventInfo(mContext, tickerText, emailAddresses, launchCalendarPendingIntent);
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetProvider.java 152 final PendingIntent launchCalendarPendingIntent = PendingIntent.getActivity(
154 views.setOnClickPendingIntent(R.id.header, launchCalendarPendingIntent);

Completed in 45 milliseconds