Searched defs:dispatch (Results 1 – 3 of 3) sorted by relevance
266 DispatchInfo dispatch = new DispatchInfo(mContext, tag, message); in dispatchTag() local390 …boolean tryOverrides(DispatchInfo dispatch, Tag tag, NdefMessage message, PendingIntent overrideIn… in tryOverrides()466 boolean tryNdef(DispatchInfo dispatch, NdefMessage message) { in tryNdef()531 boolean tryTech(DispatchInfo dispatch, Tag tag) { in tryTech()
975 public void dispatch(Tag tag) throws RemoteException { in dispatch() method in NfcService.NfcAdapterService
55 private void dispatch(NamedTask task) { in dispatch() method in BatchingNamedTaskExecutor