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

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

Completed in 75 milliseconds