Searched defs:QUERY_TOKEN (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfoUtils.java47 private static final int QUERY_TOKEN = -1; field in class:CallerInfoUtils
74 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, cookie);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DShowOrCreateActivity.java78 static final int QUERY_TOKEN = 42; field in class:ShowOrCreateActivity
98 mQueryHandler.cancelOperation(QUERY_TOKEN);
133 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, CONTACTS_PROJECTION, null, null, null);
139 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, PHONES_PROJECTION, null, null, null);
151 mQueryHandler.cancelOperation(QUERY_TOKEN);
/packages/services/Telephony/src/com/android/phone/
H A DADNList.java68 protected static final int QUERY_TOKEN = 0; field in class:ADNList
117 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, COLUMN_NAMES,
H A DPhoneUtils.java1368 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context,
1370 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie);
1441 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context,
1443 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie);
1470 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie);
1517 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context,
1519 cit.asyncQuery.addQueryListener(QUERY_TOKEN, listener, cookie);
1566 private static final int QUERY_TOKEN = -1; field in class:PhoneUtils

Completed in 224 milliseconds