OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_A
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/nfc/tech/
NfcA.java
58
if (!tag.hasTech(TagTechnology.
NFC_A
)) return null;
68
super(tag, TagTechnology.
NFC_A
);
69
Bundle extras = tag.getTechExtras(TagTechnology.
NFC_A
);
147
int err = mTag.getTagService().setTimeout(TagTechnology.
NFC_A
, timeout);
165
return mTag.getTagService().getTimeout(TagTechnology.
NFC_A
);
TagTechnology.java
89
public static final int
NFC_A
= 1;
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java
396
int nfcaTechIndex = getTechIndex(TagTechnology.
NFC_A
);
634
case TagTechnology.
NFC_A
: {
678
if (hasTech(TagTechnology.
NFC_A
)) {
NativeNfcManager.java
327
case (TagTechnology.
NFC_A
):
/frameworks/base/core/java/android/nfc/
Tag.java
176
case TagTechnology.
NFC_A
:
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java
262
case (TagTechnology.
NFC_A
):
NativeNfcTag.java
636
case TagTechnology.
NFC_A
: {
680
if (hasTech(TagTechnology.
NFC_A
)) {
Completed in 221 milliseconds