Searched refs:qCursor (Results 1 – 1 of 1) sorted by relevance
791 Cursor qCursor = null; in query() local802 qCursor = unstableProvider.query(mPackageName, uri, projection, in query()813 qCursor = stableProvider.query( in query()816 if (qCursor == null) { in query()821 qCursor.getCount(); in query()828 final CursorWrapperInner wrapper = new CursorWrapperInner(qCursor, provider); in query()830 qCursor = null; in query()837 if (qCursor != null) { in query()838 qCursor.close(); in query()