Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java306 DispatchInfo dispatch = new DispatchInfo(mContext, tag, message); in dispatchTag() local
435 …boolean tryOverrides(DispatchInfo dispatch, Tag tag, NdefMessage message, PendingIntent overrideIn… in tryOverrides()
511 boolean tryNdef(DispatchInfo dispatch, NdefMessage message) { in tryNdef()
597 boolean tryTech(DispatchInfo dispatch, Tag tag) { in tryTech()
752 void showWebLinkConfirmation(DispatchInfo dispatch) { in showWebLinkConfirmation()
DNfcService.java1166 public void dispatch(Tag tag) throws RemoteException { in dispatch() method in NfcService.NfcAdapterService
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DBatchingNamedTaskExecutor.java55 private void dispatch(NamedTask task) { in dispatch() method in BatchingNamedTaskExecutor
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbDeviceHandlerResolver.java106 public boolean dispatch(UsbDevice device, ComponentName component, boolean inAoap) { in dispatch() method in UsbDeviceHandlerResolver