Home | History | Annotate | Download | only in nfc

Lines Matching defs:ndef

45 import android.nfc.tech.Ndef;
250 Ndef ndef = Ndef.get(tag);
251 if (ndef != null) {
252 message = ndef.getCachedNdefMessage();
276 if (NfcWifiProtectedSetup.tryNfcWifiSetup(ndef, mContext)) {
286 // We only allow NDEF-based mimeType matching in case of an unlock
291 // We only allow NDEF-based mimeType matching
295 // Only allow NDEF-based mimeType matching for unlock tags
384 // NDEF
391 if (DBG) Log.i(TAG, "matched NDEF override");
459 // Bail out if the intent does not contain filterable NDEF data
475 if (DBG) Log.i(TAG, "matched AAR to NDEF");
508 if (DBG) Log.i(TAG, "matched NDEF");