Searched refs:NfcAdapter (Results 1 – 14 of 14) sorted by relevance
64 public final class NfcAdapter { class344 static HashMap<Context, NfcAdapter> sNfcAdapters = new HashMap(); //guard by NfcAdapter.class351 static NfcAdapter sNullContextNfcAdapter; // protected by NfcAdapter.class559 public static synchronized NfcAdapter getNfcAdapter(Context context) { in getNfcAdapter()601 sNullContextNfcAdapter = new NfcAdapter(null); in getNfcAdapter()605 NfcAdapter adapter = sNfcAdapters.get(context); in getNfcAdapter()607 adapter = new NfcAdapter(context); in getNfcAdapter()636 public static NfcAdapter getDefaultAdapter(Context context) { in getDefaultAdapter()664 public static NfcAdapter getDefaultAdapter() { in getDefaultAdapter()672 return NfcAdapter.getNfcAdapter(null); in getDefaultAdapter()[all …]
44 private final NfcAdapter mAdapter;51 NfcAdapter adapter; in NfcManager()58 adapter = NfcAdapter.getNfcAdapter(context); in NfcManager()70 public NfcAdapter getDefaultAdapter() { in getDefaultAdapter()
25 import android.nfc.NfcAdapter.ReaderCallback;46 static final String TAG = NfcAdapter.TAG;50 final NfcAdapter mAdapter;115 NfcAdapter.CreateNdefMessageCallback ndefMessageCallback = null;116 NfcAdapter.OnNdefPushCompleteCallback onNdefPushCompleteCallback = null;117 NfcAdapter.CreateBeamUrisCallback uriCallback = null;121 NfcAdapter.ReaderCallback readerCallback = null;200 public NfcActivityManager(NfcAdapter adapter) { in NfcActivityManager()243 NfcAdapter.sService.setReaderMode(token, this, flags, extras); in setReaderMode()267 NfcAdapter.CreateBeamUrisCallback callback) { in setNdefPushContentUriCallback()[all …]
39 public final NfcAdapter nfcAdapter;51 NfcEvent(NfcAdapter nfcAdapter, byte peerLlcpVersion) { in NfcEvent()
23 import android.nfc.NfcAdapter;67 private static final HashMap<NfcAdapter, NfcAdapterExtras> sNfcExtras = new HashMap();72 private final NfcAdapter mAdapter;76 private static void initService(NfcAdapter adapter) { in initService()93 public static NfcAdapterExtras get(NfcAdapter adapter) { in get()113 private NfcAdapterExtras(NfcAdapter adapter) { in NfcAdapterExtras()
25 import android.nfc.NfcAdapter;41 private NfcAdapter mAdapter;60 new IntentFilter(NfcAdapter.ACTION_ADAPTER_STATE_CHANGED)); in handleSetListening()129 private NfcAdapter getAdapter() { in getAdapter()132 mAdapter = NfcAdapter.getNfcAdapter(mContext); in getAdapter()
30 import android.nfc.NfcAdapter;148 public static synchronized CardEmulation getInstance(NfcAdapter adapter) { in getInstance()369 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in unsetOffHostForService()430 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in setOffHostForService()765 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in recoverService()
26 import android.nfc.NfcAdapter;66 public static synchronized NfcFCardEmulation getInstance(NfcAdapter adapter) { in getInstance()474 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in recoverService()
21 import android.nfc.NfcAdapter;50 public static synchronized NfcDta getInstance(NfcAdapter adapter) { in getInstance()
20 import android.nfc.NfcAdapter;52 mAdapterExtras = NfcAdapterExtras.get(NfcAdapter.getDefaultAdapter(mContext)); in setUp()
36 method public static com.android.nfc_extras.NfcAdapterExtras get(android.nfc.NfcAdapter);
2662 android.nfc.NfcAdapter$12663 android.nfc.NfcAdapter$CreateNdefMessageCallback2664 android.nfc.NfcAdapter
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
5036 public final class NfcAdapter {5037 ….WRITE_SECURE_SETTINGS) public boolean addNfcUnlockHandler(android.nfc.NfcAdapter.NfcUnlockHandler…5044 …ITE_SECURE_SETTINGS) public boolean removeNfcUnlockHandler(android.nfc.NfcAdapter.NfcUnlockHandler…5049 public static interface NfcAdapter.NfcUnlockHandler {