Searched refs:AllInOneActivity (Results 1 – 5 of 5) sorted by relevance
37 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()
3 -keepclassmembers class com.android.calendar.AllInOneActivity {6 -keepclassmembers class com.android.calendar.AllInOneActivity {
82 public class AllInOneActivity extends Activity implements EventHandler, class205 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();
661 intent.setClass(mContext, AllInOneActivity.class); in launchViewEvent()
1223 Intent launchIntent = new Intent(context, AllInOneActivity.class); in returnToCalendarHome()