OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:projectionCookie
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/database/
NoNullCursorAsyncQueryHandler.java
38
final CookieWithProjection
projectionCookie
= new CookieWithProjection(cookie, projection);
39
super.startQuery(token,
projectionCookie
, uri, projection, selection, selectionArgs,
45
CookieWithProjection
projectionCookie
= (CookieWithProjection) cookie;
47
super.onQueryComplete(token,
projectionCookie
.originalCookie, cursor);
50
cursor = new EmptyCursor(
projectionCookie
.projection);
52
onNotNullableQueryComplete(token,
projectionCookie
.originalCookie, cursor);
/packages/apps/Dialer/java/com/android/contacts/common/database/
NoNullCursorAsyncQueryHandler.java
54
final CookieWithProjection
projectionCookie
= new CookieWithProjection(cookie, projection);
55
super.startQuery(token,
projectionCookie
, uri, projection, selection, selectionArgs, orderBy);
60
CookieWithProjection
projectionCookie
= (CookieWithProjection) cookie;
62
super.onQueryComplete(token,
projectionCookie
.originalCookie, cursor);
65
cursor = new EmptyCursor(
projectionCookie
.projection);
67
onNotNullableQueryComplete(token,
projectionCookie
.originalCookie, cursor);
Completed in 264 milliseconds