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 - 12
of
12
) 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)
195
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
78
public static final String
ACTION_NDEF_DISCOVERED
= "android.nfc.action.NDEF_DISCOVERED";
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
[
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
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 328 milliseconds