Searched refs:qCursor (Results 1 – 1 of 1) sorted by relevance
368 Cursor qCursor; in query() local370 qCursor = unstableProvider.query(uri, projection, in query()381 qCursor = stableProvider.query(uri, projection, in query()384 if (qCursor == null) { in query()388 qCursor.getCount(); in query()392 CursorWrapperInner wrapper = new CursorWrapperInner(qCursor, in query()