Searched defs:mViewEventId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java136 private long mViewEventId = -1; field in class:AllInOneActivity
294 if (millis != -1 && mViewEventId == -1 && mController != null) {
444 mViewEventId = Long.valueOf(data.getLastPathSegment());
445 if (mViewEventId != -1) {
454 // Ignore if mViewEventId can't be parsed
539 if (mViewEventId != -1 && mIntentEventStartMillis != -1 && mIntentEventEndMillis != -1) {
545 mController.sendEventRelatedEventWithExtra(this, EventType.VIEW_EVENT, mViewEventId,
549 mViewEventId = -1;

Completed in 18 milliseconds