OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_NDEF_DISCOVERED
(Results
1 - 7
of
7
) 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
99
|| NfcAdapter.
ACTION_NDEF_DISCOVERED
.equals(action)
236
NfcAdapter.
ACTION_NDEF_DISCOVERED
.equals(action)) {
/packages/apps/Contacts/src/com/android/contacts/vcard/
NfcImportVCardActivity.java
154
if (!NfcAdapter.
ACTION_NDEF_DISCOVERED
.equals(intent.getAction())) {
/frameworks/base/core/java/android/nfc/
NfcAdapter.java
63
public static final String
ACTION_NDEF_DISCOVERED
= "android.nfc.action.NDEF_DISCOVERED";
115
* <p>This intent is started after {@link #
ACTION_NDEF_DISCOVERED
} and before
116
* {@link #ACTION_TAG_DISCOVERED}. If any activities respond to {@link #
ACTION_NDEF_DISCOVERED
}
127
* {@link #
ACTION_NDEF_DISCOVERED
} or {@link #ACTION_TECH_DISCOVERED} for the current tag.
140
* {@link #
ACTION_NDEF_DISCOVERED
}, {@link #ACTION_TECH_DISCOVERED}, and
147
* the {@link #
ACTION_NDEF_DISCOVERED
}, {@link #ACTION_TECH_DISCOVERED}, and
154
* the {@link #
ACTION_NDEF_DISCOVERED
}, {@link #ACTION_TECH_DISCOVERED}, and
619
* for both the {@link NfcAdapter#
ACTION_NDEF_DISCOVERED
} and
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java
173
intent = buildTagIntent(tag, msgs, NfcAdapter.
ACTION_NDEF_DISCOVERED
);
/prebuilt/sdk/14/
android.jar
Completed in 155 milliseconds