Home | History | Annotate | Download | only in calendar

Lines Matching refs:AgendaFragment

71 import com.android.calendar.agenda.AgendaFragment;
602 if (f instanceof AgendaFragment) {
603 outState.putLong(BUNDLE_KEY_EVENT_ID, ((AgendaFragment)f).getLastShowEventId());
867 if (oldFrag instanceof AgendaFragment) {
868 ((AgendaFragment) oldFrag).removeFragments(fragmentManager);
891 frag = new AgendaFragment(timeMillis, false);
913 secFrag = new AgendaFragment(timeMillis, false);