Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetModel.kt206 @JvmField val mEventInfos: ArrayList<EventInfo> constant
262 val i: Int = mEventInfos.size in buildFromCursor()
263 mEventInfos.add( in buildFromCursor()
388 builder.append(mEventInfos) in toString()
404 mEventInfos = ArrayList<EventInfo>(50)
DCalendarAppWidgetService.kt235 if (mModel!!.mEventInfos.isEmpty() || mModel!!.mRowInfos.isEmpty()) { in getViewAt()
261 val eventInfo: EventInfo? = mModel?.mEventInfos?.get(rowInfo.mIndex) in getViewAt()
387 val eventInfo: EventInfo = mModel?.mEventInfos?.get(rowInfo.mIndex) as EventInfo in getItemId()
459 for (event in model.mEventInfos) { in calculateUpdateTime()
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
DCalendarAppWidgetServiceTest.java118 expected.mEventInfos.add(eventInfo); in testGetAppWidgetModel_1Event()
145 expected.mEventInfos.add(eventInfo); in testGetAppWidgetModel_AllDayEventLater()