Searched refs:debugCursor (Results 1 – 1 of 1) sorted by relevance
2031 Cursor debugCursor = mDb.query(Tables.ATTENDEES, null, in handleInsertException() local2036 DatabaseUtils.dumpCursor(debugCursor); in handleInsertException()2037 if (debugCursor != null) { in handleInsertException()2038 debugCursor.close(); in handleInsertException()