Searched refs:projectionCookie (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/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()
|
/packages/apps/Dialer/java/com/android/contacts/common/database/ |
D | NoNullCursorAsyncQueryHandler.java | 44 final CookieWithProjection projectionCookie = new CookieWithProjection(cookie, projection); in startQuery() local 45 super.startQuery(token, projectionCookie, uri, projection, selection, selectionArgs, orderBy); in startQuery() 50 CookieWithProjection projectionCookie = (CookieWithProjection) cookie; in onQueryComplete() local 52 super.onQueryComplete(token, projectionCookie.originalCookie, cursor); in onQueryComplete() 55 cursor = new EmptyCursor(projectionCookie.projection); in onQueryComplete() 57 onNotNullableQueryComplete(token, projectionCookie.originalCookie, cursor); in onQueryComplete()
|