Searched refs:projectionCookie (Results 1 – 1 of 1) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/database/ |
D | NoNullCursorAsyncQueryHandler.java | 38 final CookieWithProjection projectionCookie = new CookieWithProjection(cookie, projection); in startQuery() local 39 super.startQuery(token, projectionCookie, uri, projection, selection, selectionArgs, in startQuery() 45 CookieWithProjection projectionCookie = (CookieWithProjection) cookie; in onQueryComplete() local 47 super.onQueryComplete(token, projectionCookie.originalCookie, cursor); in onQueryComplete() 50 cursor = new EmptyCursor(projectionCookie.projection); in onQueryComplete() 52 onNotNullableQueryComplete(token, projectionCookie.originalCookie, cursor); in onQueryComplete()
|