Home | History | Annotate | Download | only in calendar

Lines Matching defs:launchIntent

1300         Intent launchIntent = new Intent(context, AllInOneActivity.class);
1301 launchIntent.setAction(Intent.ACTION_DEFAULT);
1302 launchIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
1303 launchIntent.putExtra(INTENT_KEY_HOME, true);
1304 context.startActivity(launchIntent);