Home
last modified time | relevance | path

Searched refs:projectionCookie (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/database/
DNoNullCursorAsyncQueryHandler.java38 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()