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

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java44 public final class NfcAdapter { class
194 * {@link android.nfc.NfcAdapter#EXTRA_LLCP_LINK_STATE_CHANGED}.
203 * {@link android.nfc.NfcAdapter#ACTION_LLCP_LINK_STATE_CHANGED}.
239 // Guarded by NfcAdapter.class
311 * NfcAdapter adapter = manager.getDefaultAdapter();
317 public static NfcAdapter getDefaultAdapter(Context context) {
319 * advantage of the context's cached NfcManager & NfcAdapter */
333 public static NfcAdapter getDefaultAdapter() {
334 Log.w(TAG, "WARNING: NfcAdapter.getDefaultAdapter() is deprecated, use " +
335 "NfcAdapter
339 /*package*/ NfcAdapter(Context context) { method in class:NfcAdapter
[all...]

Completed in 53 milliseconds