Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/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
/packages/apps/Dialer/java/com/android/contacts/common/database/
DNoNullCursorAsyncQueryHandler.java54 final CookieWithProjection projectionCookie = new CookieWithProjection(cookie, projection); in startQuery()
60 CookieWithProjection projectionCookie = (CookieWithProjection) cookie; in onQueryComplete()
94 private static class CookieWithProjection { class in NoNullCursorAsyncQueryHandler
99 public CookieWithProjection(Object cookie, String[] projection) { in CookieWithProjection() method in NoNullCursorAsyncQueryHandler.CookieWithProjection