OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEventInfos
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
CalendarAppWidgetServiceTest.java
117
expected.
mEventInfos
.add(eventInfo);
144
expected.
mEventInfos
.add(eventInfo);
166
expected.
mEventInfos
.add(eventInfo);
/packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java
244
final List<EventInfo>
mEventInfos
;
257
mEventInfos
= new ArrayList<EventInfo>(50);
313
int i =
mEventInfos
.size();
314
mEventInfos
.add(populateEventInfo(eventId, allDay, start, end, startDay, endDay, title,
426
builder.append(
mEventInfos
);
CalendarAppWidgetService.java
223
if (mModel.
mEventInfos
.isEmpty() || mModel.mRowInfos.isEmpty()) {
241
final EventInfo eventInfo = mModel.
mEventInfos
.get(rowInfo.mIndex);
350
EventInfo eventInfo = mModel.
mEventInfos
.get(rowInfo.mIndex);
426
for (EventInfo event : model.
mEventInfos
) {
Completed in 292 milliseconds