Home
last modified time | relevance | path

Searched refs:AllInOneActivity (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetProvider.java37 import com.android.calendar.AllInOneActivity;
151 launchCalendarIntent.setClass(context, AllInOneActivity.class); in performUpdate()
192 launchIntent.setClass(context, AllInOneActivity.class); in getLaunchPendingIntentTemplate()
220 fillInIntent.setClass(context, AllInOneActivity.class); in getLaunchFillInIntent()
/packages/apps/Calendar/
Dproguard.flags3 -keepclassmembers class com.android.calendar.AllInOneActivity {
6 -keepclassmembers class com.android.calendar.AllInOneActivity {
/packages/apps/Calendar/src/com/android/calendar/
DAllInOneActivity.java82 public class AllInOneActivity extends Activity implements EventHandler, class
205 AccountManager am = AccountManager.get(AllInOneActivity.this); in onQueryComplete()
207 AllInOneActivity.this, in onQueryComplete()
219 mTimeZone = Utils.getTimeZone(AllInOneActivity.this, mHomeTimeUpdater);
221 AllInOneActivity.this.invalidateOptionsMenu();
230 mTimeZone = Utils.getTimeZone(AllInOneActivity.this, mHomeTimeUpdater);
231 AllInOneActivity.this.invalidateOptionsMenu();
DCalendarController.java661 intent.setClass(mContext, AllInOneActivity.class); in launchViewEvent()
DUtils.java1223 Intent launchIntent = new Intent(context, AllInOneActivity.class); in returnToCalendarHome()