Home | History | Annotate | Download | only in event

Lines Matching refs:EditEventHelper

80 import com.android.calendar.event.EditEventHelper.EditDoneRunnable;
221 private int mModification = EditEventHelper.MODIFY_UNINITIALIZED;
703 EditEventHelper.CALENDARS_INDEX_OWNER_ACCOUNT);
708 mModel.mCalendarId = mCalendarsCursor.getLong(EditEventHelper.CALENDARS_INDEX_ID);
751 if (mModification == EditEventHelper.MODIFY_SELECTED) {
1063 boolean canRespond = EditEventHelper.canRespond(model);
1383 if (EditEventHelper.canModifyEvent(mModel)) {
1392 if (mode == Utils.MODIFY_UNINITIALIZED || !EditEventHelper.canModifyEvent(mModel)) {
1408 if (EditEventHelper.canAddReminders(mModel)) {
1741 mModel.mCalendarAccountName = c.getString(EditEventHelper.CALENDARS_INDEX_ACCOUNT_NAME);
1742 mModel.mCalendarAccountType = c.getString(EditEventHelper.CALENDARS_INDEX_ACCOUNT_TYPE);
1780 && mModification != EditEventHelper.MODIFY_UNINITIALIZED) {