Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebug.java94 int eventCount = -1; in doInBackground() local
104 eventCount = eventCursor.getCount(); in doInBackground()
125 eventCount); in doInBackground()
128 eventCount, dirtyCount); in doInBackground()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlarmScheduler.java180 int eventCount = instancesCursor.getCount(); in queryNextReminderAndSchedule() local
181 if (eventCount == 0) { in queryNextReminderAndSchedule()
184 Log.d(TAG, "Query result count for events starting within 1 week: " + eventCount); in queryNextReminderAndSchedule()
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java569 info.eventCount, dumpVehiclePropValue(info.lastEvent))); in dump()
773 private int eventCount; field in VehicleHal.VehiclePropertyEventInfo
777 eventCount = 1; in VehiclePropertyEventInfo()
782 eventCount++; in addNewEvent()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java758 int eventCount = 0; in drawEvents() local
767 eventCount++; in drawEvents()
771 int remaining = eventDay.size() - eventCount; in drawEvents()