OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_V
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/nfc/tech/
NfcV.java
55
if (!tag.hasTech(TagTechnology.
NFC_V
)) return null;
65
super(tag, TagTechnology.
NFC_V
);
66
Bundle extras = tag.getTechExtras(TagTechnology.
NFC_V
);
TagTechnology.java
117
public static final int
NFC_V
= 5;
/frameworks/base/core/java/android/nfc/
Tag.java
185
case TagTechnology.
NFC_V
:
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java
271
case (TagTechnology.
NFC_V
):
NativeNfcTag.java
689
case TagTechnology.
NFC_V
: {
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java
385
if (hasTech(TagTechnology.
NFC_V
)) {
687
case TagTechnology.
NFC_V
: {
NativeNfcManager.java
333
case (TagTechnology.
NFC_V
):
Completed in 185 milliseconds