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 - 9
of
9
) 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/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
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
122
intent.setAction(NfcAdapter.
ACTION_NDEF_DISCOVERED
);
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 1131 milliseconds