Home
last modified time | relevance | path

Searched refs:CookieWithProjection (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()
45 CookieWithProjection projectionCookie = (CookieWithProjection) cookie; in onQueryComplete()
60 private static class CookieWithProjection { class in NoNullCursorAsyncQueryHandler
64 public CookieWithProjection(Object cookie, String[] projection) { in CookieWithProjection() method in NoNullCursorAsyncQueryHandler.CookieWithProjection