Searched refs:launchCalendarIntent (Results 1 – 1 of 1) sorted by relevance
150 final Intent launchCalendarIntent = new Intent(Intent.ACTION_VIEW); in performUpdate() local151 launchCalendarIntent.setClass(context, AllInOneActivity.class); in performUpdate()152 launchCalendarIntent in performUpdate()155 context, 0 /* no requestCode */, launchCalendarIntent, 0 /* no flags */); in performUpdate()