Searched defs:dispatch (Results 1 - 3 of 3) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DBatchingNamedTaskExecutor.java55 private void dispatch(NamedTask task) { method in class:BatchingNamedTaskExecutor
75 dispatch(task);
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcDispatcher.java111 * Helper for re-used objects and methods during a single tag dispatch.
203 /** Returns false if no activities were found to dispatch to */
210 if (DBG) Log.d(TAG, "dispatch tag: " + tag.toString() + " message: " + message);
217 DispatchInfo dispatch = new DispatchInfo(mContext, tag, message);
227 if (tryOverrides(dispatch, tag, message, overrideIntent, overrideFilters, overrideTechLists)) {
236 if (tryNdef(dispatch, message, provisioningOnly)) {
245 if (tryTech(dispatch, tag)) {
249 dispatch.setTagIntent();
250 if (dispatch.tryStartActivity()) {
259 boolean tryOverrides(DispatchInfo dispatch, Ta argument
335 tryNdef(DispatchInfo dispatch, NdefMessage message, boolean provisioningOnly) argument
408 tryTech(DispatchInfo dispatch, Tag tag) argument
[all...]
H A DNfcService.java972 public void dispatch(Tag tag) throws RemoteException { method in class:NfcService.NfcAdapterService
1631 // Notify dispatcher it's fine to dispatch to any package now

Completed in 83 milliseconds