Searched refs:eventCount (Results 1 – 4 of 4) sorted by relevance
94 int eventCount = -1; in doInBackground() local104 eventCount = eventCursor.getCount(); in doInBackground()125 eventCount); in doInBackground()128 eventCount, dirtyCount); in doInBackground()
180 int eventCount = instancesCursor.getCount(); in queryNextReminderAndSchedule() local181 if (eventCount == 0) { in queryNextReminderAndSchedule()184 Log.d(TAG, "Query result count for events starting within 1 week: " + eventCount); in queryNextReminderAndSchedule()
476 info.eventCount, dumpVehiclePropValue(info.lastEvent))); in dump()649 private int eventCount; field in VehicleHal.VehiclePropertyEventInfo653 eventCount = 1; in VehiclePropertyEventInfo()658 eventCount++; in addNewEvent()
758 int eventCount = 0; in drawEvents() local767 eventCount++; in drawEvents()771 int remaining = eventDay.size() - eventCount; in drawEvents()