Home
last modified time | relevance | path

Searched refs:TagTechnology (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/android/nfc/
DTag.java30 import android.nfc.tech.TagTechnology;
162 case TagTechnology.ISO_DEP: in generateTechStringList()
165 case TagTechnology.MIFARE_CLASSIC: in generateTechStringList()
168 case TagTechnology.MIFARE_ULTRALIGHT: in generateTechStringList()
171 case TagTechnology.NDEF: in generateTechStringList()
174 case TagTechnology.NDEF_FORMATABLE: in generateTechStringList()
177 case TagTechnology.NFC_A: in generateTechStringList()
180 case TagTechnology.NFC_B: in generateTechStringList()
183 case TagTechnology.NFC_F: in generateTechStringList()
186 case TagTechnology.NFC_V: in generateTechStringList()
[all …]
/frameworks/base/core/java/android/nfc/tech/
DNfcA.java58 if (!tag.hasTech(TagTechnology.NFC_A)) return null; in get()
68 super(tag, TagTechnology.NFC_A); in NfcA()
69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_A); in NfcA()
147 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_A, timeout); in setTimeout()
165 return mTag.getTagService().getTimeout(TagTechnology.NFC_A); in getTimeout()
DNfcF.java58 if (!tag.hasTech(TagTechnology.NFC_F)) return null; in get()
68 super(tag, TagTechnology.NFC_F); in NfcF()
69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_F); in NfcF()
151 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_F, timeout); in setTimeout()
169 return mTag.getTagService().getTimeout(TagTechnology.NFC_F); in getTimeout()
DIsoDep.java61 if (!tag.hasTech(TagTechnology.ISO_DEP)) return null; in get()
72 super(tag, TagTechnology.ISO_DEP); in IsoDep()
73 Bundle extras = tag.getTechExtras(TagTechnology.ISO_DEP); in IsoDep()
94 int err = mTag.getTagService().setTimeout(TagTechnology.ISO_DEP, timeout); in setTimeout()
112 return mTag.getTagService().getTimeout(TagTechnology.ISO_DEP); in getTimeout()
DMifareUltralight.java94 if (!tag.hasTech(TagTechnology.MIFARE_ULTRALIGHT)) return null; in get()
104 super(tag, TagTechnology.MIFARE_ULTRALIGHT); in MifareUltralight()
112 Bundle extras = tag.getTechExtras(TagTechnology.MIFARE_ULTRALIGHT); in MifareUltralight()
243 TagTechnology.MIFARE_ULTRALIGHT, timeout); in setTimeout()
261 return mTag.getTagService().getTimeout(TagTechnology.MIFARE_ULTRALIGHT); in getTimeout()
DNfcBarcode.java51 if (!tag.hasTech(TagTechnology.NFC_BARCODE)) return null; in get()
64 super(tag, TagTechnology.NFC_BARCODE); in NfcBarcode()
65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_BARCODE); in NfcBarcode()
DNfcB.java54 if (!tag.hasTech(TagTechnology.NFC_B)) return null; in get()
64 super(tag, TagTechnology.NFC_B); in NfcB()
65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_B); in NfcB()
DNfcV.java55 if (!tag.hasTech(TagTechnology.NFC_V)) return null; in get()
65 super(tag, TagTechnology.NFC_V); in NfcV()
66 Bundle extras = tag.getTechExtras(TagTechnology.NFC_V); in NfcV()
DMifareClassic.java136 if (!tag.hasTech(TagTechnology.MIFARE_CLASSIC)) return null; in get()
146 super(tag, TagTechnology.MIFARE_CLASSIC); in MifareClassic()
603 int err = mTag.getTagService().setTimeout(TagTechnology.MIFARE_CLASSIC, timeout); in setTimeout()
621 return mTag.getTagService().getTimeout(TagTechnology.MIFARE_CLASSIC); in getTimeout()
DNdef.java146 if (!tag.hasTech(TagTechnology.NDEF)) return null; in get()
159 super(tag, TagTechnology.NDEF); in Ndef()
160 Bundle extras = tag.getTechExtras(TagTechnology.NDEF); in Ndef()
DNdefFormatable.java59 if (!tag.hasTech(TagTechnology.NDEF_FORMATABLE)) return null; in get()
72 super(tag, TagTechnology.NDEF_FORMATABLE); in NdefFormatable()
DTagTechnology.java83 public interface TagTechnology extends Closeable { interface
DBasicTagTechnology.java30 abstract class BasicTagTechnology implements TagTechnology {
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dadvanced-nfc.jd33 supported by the tag and create the corresponding {@link android.nfc.tech.TagTechnology}
47 <td>{@link android.nfc.tech.TagTechnology}</td>
140 <li>Obtain an instance of a {@link android.nfc.tech.TagTechnology}, by calling one of the
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.3.jd102 <li>{@link android.nfc.tech.TagTechnology}, an interface that gives applications
/frameworks/base/
Dcompiled-classes-phone2954 android.nfc.tech.TagTechnology
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18512 abstract class BasicTagTechnology implements android.nfc.tech.TagTechnology {
18647 public abstract interface TagTechnology implements java.io.Closeable {
/frameworks/base/api/
Dcurrent.txt25022 abstract class BasicTagTechnology implements android.nfc.tech.TagTechnology {
25157 public abstract interface TagTechnology implements java.io.Closeable {
Dtest-current.txt25091 abstract class BasicTagTechnology implements android.nfc.tech.TagTechnology {
25226 public abstract interface TagTechnology implements java.io.Closeable {
Dsystem-current.txt27462 abstract class BasicTagTechnology implements android.nfc.tech.TagTechnology {
27597 public abstract interface TagTechnology implements java.io.Closeable {