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

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java75 public static final String ACTION_NDEF_DISCOVERED = "android.nfc.action.NDEF_DISCOVERED"; field in class:NfcAdapter
125 * <p>This intent is started after {@link #ACTION_NDEF_DISCOVERED} and before
126 * {@link #ACTION_TAG_DISCOVERED}. If any activities respond to {@link #ACTION_NDEF_DISCOVERED}
137 * {@link #ACTION_NDEF_DISCOVERED} or {@link #ACTION_TECH_DISCOVERED} for the current tag.
150 * {@link #ACTION_NDEF_DISCOVERED}, {@link #ACTION_TECH_DISCOVERED}, and
157 * This extra is mandatory for {@link #ACTION_NDEF_DISCOVERED} intents,
168 * the {@link #ACTION_NDEF_DISCOVERED}, {@link #ACTION_TECH_DISCOVERED}, and
1003 * for both the {@link NfcAdapter#ACTION_NDEF_DISCOVERED} and

Completed in 33 milliseconds