Searched refs:CookieWithProjection (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/database/
H A DNoNullCursorAsyncQueryHandler.java38 final CookieWithProjection projectionCookie = new CookieWithProjection(cookie, projection);
45 CookieWithProjection projectionCookie = (CookieWithProjection) cookie;
60 private static class CookieWithProjection { class in class:NoNullCursorAsyncQueryHandler
64 public CookieWithProjection(Object cookie, String[] projection) { method in class:NoNullCursorAsyncQueryHandler.CookieWithProjection

Completed in 25 milliseconds