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

  /packages/apps/Exchange/exchange2/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 154 final PendingIntent launchCalendarPendingIntent = PendingIntent.getActivity(
156 views.setOnClickPendingIntent(R.id.header, launchCalendarPendingIntent);

Completed in 59 milliseconds