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

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java115 int mModification = Utils.MODIFY_UNINITIALIZED;
419 if (mShowModifyDialogOnLaunch && mModification == Utils.MODIFY_UNINITIALIZED) {
659 if (mModification == Utils.MODIFY_UNINITIALIZED) {
709 if (mModification == Utils.MODIFY_UNINITIALIZED) {
794 if (mModification == Utils.MODIFY_UNINITIALIZED) {
H A DEditEventView.java221 private int mModification = EditEventHelper.MODIFY_UNINITIALIZED;
1393 setViewStates(Utils.MODIFY_UNINITIALIZED);
1399 if (mode == Utils.MODIFY_UNINITIALIZED || !EditEventHelper.canModifyEvent(mModel)) {
1788 && mModification != EditEventHelper.MODIFY_UNINITIALIZED) {
H A DEditEventHelper.java143 protected static final int MODIFY_UNINITIALIZED = 0; field in class:EditEventHelper
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java83 public static final int MODIFY_UNINITIALIZED = 0; field in class:Utils

Completed in 624 milliseconds