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

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java78 public static final String ACTION_NDEF_DISCOVERED = "android.nfc.action.NDEF_DISCOVERED"; field in class:NfcAdapter
128 * <p>This intent is started after {@link #ACTION_NDEF_DISCOVERED} and before
129 * {@link #ACTION_TAG_DISCOVERED}. If any activities respond to {@link #ACTION_NDEF_DISCOVERED}
140 * {@link #ACTION_NDEF_DISCOVERED} or {@link #ACTION_TECH_DISCOVERED} for the current tag.
153 * {@link #ACTION_NDEF_DISCOVERED}, {@link #ACTION_TECH_DISCOVERED}, and
160 * This extra is mandatory for {@link #ACTION_NDEF_DISCOVERED} intents,
171 * the {@link #ACTION_NDEF_DISCOVERED}, {@link #ACTION_TECH_DISCOVERED}, and
1103 * for both the {@link NfcAdapter#ACTION_NDEF_DISCOVERED} and

Completed in 24 milliseconds