Lines Matching refs:NfcAdapter

31065   public final class NfcAdapter {
31071 method public void enableReaderMode(android.app.Activity, android.nfc.NfcAdapter.ReaderCallback, int, android.os.Bundle);
31072 method public static android.nfc.NfcAdapter getDefaultAdapter(android.content.Context);
31073 method public boolean ignore(android.nfc.Tag, int, android.nfc.NfcAdapter.OnTagRemovedListener, android.os.Handler);
31080 method @Deprecated public void setBeamPushUrisCallback(android.nfc.NfcAdapter.CreateBeamUrisCallback, android.app.Activity);
31082 method @Deprecated public void setNdefPushMessageCallback(android.nfc.NfcAdapter.CreateNdefMessageCallback, android.app.Activity, android.app.Activity...);
31083 method @Deprecated public void setOnNdefPushCompleteCallback(android.nfc.NfcAdapter.OnNdefPushCompleteCallback, android.app.Activity, android.app.Activity...);
31115 @Deprecated public static interface NfcAdapter.CreateBeamUrisCallback {
31119 @Deprecated public static interface NfcAdapter.CreateNdefMessageCallback {
31123 @Deprecated public static interface NfcAdapter.OnNdefPushCompleteCallback {
31127 public static interface NfcAdapter.OnTagRemovedListener {
31131 public static interface NfcAdapter.ReaderCallback {
31136 field public final android.nfc.NfcAdapter nfcAdapter;
31142 method public android.nfc.NfcAdapter getDefaultAdapter();
31167 method public static android.nfc.cardemulation.CardEmulation getInstance(android.nfc.NfcAdapter);
31216 method public static android.nfc.cardemulation.NfcFCardEmulation getInstance(android.nfc.NfcAdapter);