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.java158 static class DispatchInfo { class in NfcDispatcher
167 public DispatchInfo(Context context, Tag tag, NdefMessage message) { in DispatchInfo() method in NfcDispatcher.DispatchInfo
309 DispatchInfo dispatch = new DispatchInfo(mContext, tag, message); in dispatchTag()
442 …boolean tryOverrides(DispatchInfo dispatch, Tag tag, NdefMessage message, PendingIntent overrideIn… in tryOverrides()
518 boolean tryNdef(DispatchInfo dispatch, NdefMessage message) { in tryNdef()
605 boolean tryTech(DispatchInfo dispatch, Tag tag) { in tryTech()
760 void showWebLinkConfirmation(DispatchInfo dispatch) { in showWebLinkConfirmation()