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.java220 static class DispatchInfo { class in NfcDispatcher
232 public DispatchInfo(Context context, Tag tag, NdefMessage message) { in DispatchInfo() method in NfcDispatcher.DispatchInfo
565 DispatchInfo dispatch = new DispatchInfo(mContext, tag, message); in dispatchTag()
716 …boolean tryOverrides(DispatchInfo dispatch, Tag tag, NdefMessage message, PendingIntent overrideIn… in tryOverrides()
792 boolean tryNdef(DispatchInfo dispatch, NdefMessage message) { in tryNdef()
890 boolean tryTech(DispatchInfo dispatch, Tag tag) { in tryTech()
1110 boolean showWebLinkConfirmation(DispatchInfo dispatch) { in showWebLinkConfirmation()