Home | History | Annotate | Download | only in selectcalendars

Lines Matching defs:intent

21 import android.content.Intent;
91 Intent intent = new Intent(Intent.ACTION_VIEW);
92 intent.setClass(this, SelectSyncedCalendarsMultiAccountActivity.class);
93 intent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT | Intent.FLAG_ACTIVITY_SINGLE_TOP);
94 startActivity(intent);