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

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

Completed in 21 milliseconds