Searched refs:MODIFY_UNINITIALIZED (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java103 int mModification = Utils.MODIFY_UNINITIALIZED;
324 if (mShowModifyDialogOnLaunch && mModification == Utils.MODIFY_UNINITIALIZED) {
517 if (mModification == Utils.MODIFY_UNINITIALIZED) {
569 if (mModification == Utils.MODIFY_UNINITIALIZED) {
651 if (mModification == Utils.MODIFY_UNINITIALIZED) {
H A DEditEventView.java194 private int mModification = EditEventHelper.MODIFY_UNINITIALIZED;
1318 setViewStates(Utils.MODIFY_UNINITIALIZED);
1324 if (mode == Utils.MODIFY_UNINITIALIZED || !EditEventHelper.canModifyEvent(mModel)) {
1668 && mModification != EditEventHelper.MODIFY_UNINITIALIZED) {
H A DEditEventHelper.java130 protected static final int MODIFY_UNINITIALIZED = 0; field in class:EditEventHelper
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java59 public static final int MODIFY_UNINITIALIZED = 0; field in class:Utils

Completed in 355 milliseconds