OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_TAG_DISCOVERED
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java
60
if (NfcAdapter.
ACTION_TAG_DISCOVERED
.equals(action)
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java
151
Intent intent = new Intent(NfcAdapter.
ACTION_TAG_DISCOVERED
);
/frameworks/base/core/java/android/nfc/
NfcAdapter.java
69
* {@link #ACTION_TECH_DISCOVERED} or {@link #
ACTION_TAG_DISCOVERED
} will be started.
126
* {@link #
ACTION_TAG_DISCOVERED
}. If any activities respond to {@link #ACTION_NDEF_DISCOVERED}
128
* {@link #
ACTION_TAG_DISCOVERED
} will not be started.
140
public static final String
ACTION_TAG_DISCOVERED
= "android.nfc.action.TAG_DISCOVERED";
143
* Broadcast to only the activity that handles
ACTION_TAG_DISCOVERED
151
* {@link #
ACTION_TAG_DISCOVERED
} intents.
159
* {@link #
ACTION_TAG_DISCOVERED
} intents.<p>
169
* {@link #
ACTION_TAG_DISCOVERED
} intents.
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java
143
intent.setAction(NfcAdapter.
ACTION_TAG_DISCOVERED
);
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 30 milliseconds