Searched refs:qCursor (Results 1 – 1 of 1) sorted by relevance
743 Cursor qCursor = null; in query() local754 qCursor = unstableProvider.query(mPackageName, uri, projection, in query()765 qCursor = stableProvider.query( in query()768 if (qCursor == null) { in query()773 qCursor.getCount(); in query()780 final CursorWrapperInner wrapper = new CursorWrapperInner(qCursor, provider); in query()782 qCursor = null; in query()789 if (qCursor != null) { in query()790 qCursor.close(); in query()