Home
last modified time | relevance | path

Searched refs:DispatchInfo (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java157 static class DispatchInfo { class in NfcDispatcher
166 public DispatchInfo(Context context, Tag tag, NdefMessage message) { in DispatchInfo() method in NfcDispatcher.DispatchInfo
306 DispatchInfo dispatch = new DispatchInfo(mContext, tag, message); in dispatchTag()
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()