Home | History | Annotate | Download | only in nfc

Lines Matching refs:Ndef

62 import android.nfc.tech.Ndef;
980 Log.i(TAG, "enabling NDEF Push");
998 Log.i(TAG, "disabling NDEF Push");
1483 // to access the NDEF technology after formatting without
1486 // were used to remove NDEF. So instead of doing a full stack
1490 tag.removeTechnology(TagTechnology.NDEF);
2080 extras.putParcelable(Ndef.EXTRA_NDEF_MSG, ndefMsg);
2081 extras.putInt(Ndef.EXTRA_NDEF_MAXLENGTH, 0);
2082 extras.putInt(Ndef.EXTRA_NDEF_CARDSTATE, Ndef.NDEF_MODE_READ_ONLY);
2083 extras.putInt(Ndef.EXTRA_NDEF_TYPE, Ndef.TYPE_OTHER);
2085 new int[] { TagTechnology.NDEF },
2087 Log.d(TAG, "mock NDEF tag, starting corresponding activity");
2109 if (DBG) Log.d(TAG, "Skipping NDEF detection in reader mode");
2120 // When these tags start containing NDEF, they will require
2123 // For now, don't consider NDEF on these.
2124 if (DBG) Log.d(TAG, "Skipping NDEF detection for NFC Barcode");