Searched defs:NfcAdapter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java57 public final class NfcAdapter { class
288 // Guarded by NfcAdapter.class
299 * The NfcAdapter object for each application context.
301 * NfcAdapter object.
303 static HashMap<Context, NfcAdapter> sNfcAdapters = new HashMap(); //guard by NfcAdapter.class
306 * NfcAdapter used with a null context. This ctor was deprecated but we have
308 * might throw when called on the null-context NfcAdapter.
310 static NfcAdapter sNullContextNfcAdapter; // protected by NfcAdapter
532 NfcAdapter(Context context) { method in class:NfcAdapter
[all...]

Completed in 91 milliseconds