Home
last modified time | relevance | path

Searched refs:mLastShownEventId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaFragment.java73 private long mLastShownEventId = -1; field in AgendaFragment
272 mLastShownEventId = item.id; in onSaveInstanceState()
382 return mLastShownEventId; in getLastShowEventId()
394 mLastShownEventId = event.id; in showEventInfo()