Home | History | Annotate | Download | only in nfc

Lines Matching defs:ndef

45 import android.nfc.tech.Ndef;
249 Ndef ndef = Ndef.get(tag);
250 if (ndef != null) {
251 message = ndef.getCachedNdefMessage();
270 if (NfcWifiProtectedSetup.tryNfcWifiSetup(ndef, mContext)) {
280 // We only allow NDEF-based mimeType matching in case of an unlock
285 // We only allow NDEF-based mimeType matching
289 // Only allow NDEF-based mimeType matching for unlock tags
315 // NDEF
322 if (DBG) Log.i(TAG, "matched NDEF override");
390 // Bail out if the intent does not contain filterable NDEF data
406 if (DBG) Log.i(TAG, "matched AAR to NDEF");
439 if (DBG) Log.i(TAG, "matched NDEF");