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

/frameworks/base/nfc-extras/java/com/android/nfc_extras/
H A DNfcAdapterExtras.java31 * There is a 1-1 relationship between an {@link NfcAdapterExtras} object and
34 public final class NfcAdapterExtras { class
35 private static final String TAG = "NfcAdapterExtras";
59 // protected by NfcAdapterExtras.class, and final after first construction,
66 // contents protected by NfcAdapterExtras.class
67 private static final HashMap<NfcAdapter, NfcAdapterExtras> sNfcExtras = new HashMap();
85 * Get the {@link NfcAdapterExtras} for the given {@link NfcAdapter}.
91 * @return the {@link NfcAdapterExtras} object for the given {@link NfcAdapter}
93 public static NfcAdapterExtras get(NfcAdapter adapter) {
100 synchronized (NfcAdapterExtras
113 private NfcAdapterExtras(NfcAdapter adapter) { method in class:NfcAdapterExtras
[all...]

Completed in 37 milliseconds