Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java2190 Cursor debugCursor = mDb.query(Tables.ATTENDEES, null, in handleInsertException() local
2195 DatabaseUtils.dumpCursor(debugCursor); in handleInsertException()
2196 if (debugCursor != null) { in handleInsertException()
2197 debugCursor.close(); in handleInsertException()