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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java156 * looper queue must be FIFO with respect to input from the synchronous startQuery
306 // new parameter to CallerInfoAsyncQuery.startQuery() to force
331 startQuery(token, endMarker, null, null, null, null, null);
357 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, method in class:CallerInfoAsyncQuery
371 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null);
387 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, method in class:CallerInfoAsyncQuery
391 return startQuery(token, context, number, listener, cookie, subId);
405 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, method in class:CallerInfoAsyncQuery
409 Rlog.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####");
445 c.mHandler.startQuery(toke
[all...]
/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java235 mQueryHandler.startQuery(TOKEN_EMAIL_LOOKUP, null,
275 mQueryHandler.startQuery(TOKEN_PHONE_LOOKUP, null,
309 mQueryHandler.startQuery(TOKEN_EMAIL_LOOKUP_AND_TRIGGER, extras,
314 mQueryHandler.startQuery(TOKEN_PHONE_LOOKUP_AND_TRIGGER, extras,
/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java164 public void startQuery(int token, Object cookie, Uri uri, method in class:AsyncQueryHandler
282 * {@link #startQuery}.
283 * @param cookie the cookie object passed in from {@link #startQuery}.
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1177 VkResult GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t startQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) { argument
1373 void CmdResetQueryPool(VkCommandBuffer cmdBuffer, VkQueryPool queryPool, uint32_t startQuery, uint32_t queryCount) { argument
1379 void CmdCopyQueryPoolResults(VkCommandBuffer cmdBuffer, VkQueryPool queryPool, uint32_t startQuery, uint32_t queryCount, VkBuffer destBuffer, VkDeviceSize destOffset, VkDeviceSize destStride, VkQueryResultFlags flags) { argument

Completed in 755 milliseconds