HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_NDEF_DISCOVERED (Results 1 - 10 of 10) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
ForegroundDispatch.java 61 IntentFilter ndef = new IntentFilter(NfcAdapter.ACTION_NDEF_DISCOVERED);
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 118 if (NfcAdapter.ACTION_NDEF_DISCOVERED.equals(getIntent().getAction())) {
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 95 || NfcAdapter.ACTION_NDEF_DISCOVERED.equals(action)
214 NfcAdapter.ACTION_NDEF_DISCOVERED.equals(action)) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NfcImportVCardActivity.java 153 if (!NfcAdapter.ACTION_NDEF_DISCOVERED.equals(intent.getAction())) {
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 75 public static final String ACTION_NDEF_DISCOVERED = "android.nfc.action.NDEF_DISCOVERED";
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
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 144 intent.setAction(NfcAdapter.ACTION_NDEF_DISCOVERED);
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 136 milliseconds