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

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java53 public final class NfcAdapter { class
222 // Guarded by NfcAdapter.class
232 * The NfcAdapter object for each application context.
234 * NfcAdapter object.
236 static HashMap<Context, NfcAdapter> sNfcAdapters = new HashMap(); //guard by NfcAdapter.class
239 * NfcAdapter used with a null context. This ctor was deprecated but we have
241 * might throw when called on the null-context NfcAdapter.
243 static NfcAdapter sNullContextNfcAdapter; // protected by NfcAdapter
428 NfcAdapter(Context context) { method in class:NfcAdapter
[all...]

Completed in 74 milliseconds